dannym pushed a commit to branch master
in repository guix.

commit b7488b321d551277ea5a62c7dfa6d565e6986958
Author: Danny Milosavljevic <[email protected]>
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