diff options
Diffstat (limited to 'gnu/build/linux-container.scm')
-rw-r--r-- | gnu/build/linux-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/build/linux-container.scm b/gnu/build/linux-container.scm index 51f04bc249..3e5158c2fd 100644 --- a/gnu/build/linux-container.scm +++ b/gnu/build/linux-container.scm @@ -85,7 +85,7 @@ exists." (define* (mount-file-systems root mounts #:key mount-/sys? mount-/proc? (populate-file-system (const #t)) writable-root?) - "Mount the essential file systems and the those in MOUNTS, a list of + "Mount the essential file systems and those in MOUNTS, a list of <file-system> objects, relative to ROOT; then make ROOT the new root directory for the process." (define (scope dir) |