guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: linux-boot: Fix typo.


From: guix-commits
Subject: 02/02: linux-boot: Fix typo.
Date: Tue, 24 Sep 2019 23:18:42 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 41e03c4beefb4d14ca1f8f9d8739a582c9430893
Author: Maxim Cournoyer <address@hidden>
Date:   Thu Jul 18 07:23:48 2019 +0900

    linux-boot: Fix typo.
    
    * gnu/build/linux-boot.scm (mount-root-file-system): Fix typo.
---
 gnu/build/linux-boot.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm
index f273957..84a5447 100644
--- a/gnu/build/linux-boot.scm
+++ b/gnu/build/linux-boot.scm
@@ -359,8 +359,9 @@ the last argument of `mknod'."
 (define* (mount-root-file-system root type
                                  #:key volatile-root?)
   "Mount the root file system of type TYPE at device ROOT.  If VOLATILE-ROOT?
-is true, mount ROOT read-only and make it a overlay with a writable tmpfs
-using the kernel build-in overlayfs."
+is true, mount ROOT read-only and make it an overlay with a writable tmpfs
+using the kernel built-in overlayfs."
+
   (if volatile-root?
       (begin
         (mkdir-p "/real-root")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]