guix-commits
[Top][All Lists]
Advanced

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

02/05: installer: Fix docstring.


From: guix-commits
Subject: 02/05: installer: Fix docstring.
Date: Tue, 14 May 2019 12:01:18 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit b7488b321d551277ea5a62c7dfa6d565e6986958
Author: Danny Milosavljevic <address@hidden>
Date:   Tue May 14 17:11:23 2019 +0200

    installer: Fix docstring.
    
    * gnu/installer/parted.scm (create-fat32-file-system): Fix docstring.
---
 gnu/installer/parted.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm
index e5ffe35..6975ecd 100644
--- a/gnu/installer/parted.scm
+++ b/gnu/installer/parted.scm
@@ -1061,7 +1061,7 @@ bit bucket."
    (invoke "mkfs.fat" "-F16" partition)))
 
 (define (create-fat32-file-system partition)
-  "Create an ext4 file-system for PARTITION file-name."
+  "Create a fat32 file-system for PARTITION file-name."
   (with-null-output-ports
    (invoke "mkfs.fat" "-F32" partition)))
 



reply via email to

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