From 128e319496a8ef24d41f041225e9b61c867d5c6a Mon Sep 17 00:00:00 2001 From: cdr-shdr-wdr Date: Tue, 8 Jul 2025 22:04:25 +0000 Subject: [PATCH] linux-container: Fix typo in docstring. * gnu/build/linux-container.scm (mount-file-systems): Fix typo in docstring. Change-Id: I973a65a6574078bc72fd9e1aa7424a68e2b21268 Signed-off-by: Danny Milosavljevic --- gnu/build/linux-container.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/build/linux-container.scm b/gnu/build/linux-container.scm index 51f04bc249b..3e5158c2fd7 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 objects, relative to ROOT; then make ROOT the new root directory for the process." (define (scope dir)