diff options
Diffstat (limited to 'gnu/installer/parted.scm')
-rw-r--r-- | gnu/installer/parted.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm index e5ffe353fe..6975ecd519 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))) |