summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/partedit
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2012-04-04 23:14:01 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2012-04-04 23:14:01 +0000
commit281f79671502b742d0e89dd31d6f5bedf575ad05 (patch)
tree365fb3e8fb48401e9d1a3b845a2206a5c24410ac /usr.sbin/bsdinstall/partedit
parent7752b3142e78c01712d85ffac361c93075f35ae0 (diff)
downloadFreeBSD-src-281f79671502b742d0e89dd31d6f5bedf575ad05.zip
FreeBSD-src-281f79671502b742d0e89dd31d6f5bedf575ad05.tar.gz
Fix typo.
Submitted by: pawel dot worach at gmail dot com MFC after: 3 days
Diffstat (limited to 'usr.sbin/bsdinstall/partedit')
-rw-r--r--usr.sbin/bsdinstall/partedit/gpart_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/partedit/gpart_ops.c b/usr.sbin/bsdinstall/partedit/gpart_ops.c
index 6bbce17..479365a 100644
--- a/usr.sbin/bsdinstall/partedit/gpart_ops.c
+++ b/usr.sbin/bsdinstall/partedit/gpart_ops.c
@@ -147,7 +147,7 @@ newfs_command(const char *fstype, char *command, int use_default)
strcat(command, "-F 32 ");
else if (strcmp(items[i].name, "FAT16") == 0)
strcat(command, "-F 16 ");
- else if (strcmp(items[i].name, "SUJ") == 0)
+ else if (strcmp(items[i].name, "FAT12") == 0)
strcat(command, "-F 12 ");
}
} else {
OpenPOWER on IntegriCloud