]> err.no Git - util-linux/commitdiff
mount: fix typo
authorGuan Xin <guanx.bac@gmail.com>
Mon, 29 Sep 2008 09:43:45 +0000 (11:43 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Sep 2008 09:43:45 +0000 (11:43 +0200)
Signed-off-by: Guan Xin <guanx.bac@gmail.com>
mount/mount.c

index be051355b9091503c18ebbe12a24a6e11ebdf63c..a34d40056d8eab645986b77d00f0861a8e0876b6 100644 (file)
@@ -54,7 +54,7 @@ static int fake = 0;
 /* True if we are allowed to call /sbin/mount.${FSTYPE} */
 static int external_allowed = 1;
 
-/* Don't write a entry in /etc/mtab (-n).  */
+/* Don't write an entry in /etc/mtab (-n).  */
 static int nomtab = 0;
 
 /* True for explicit readonly (-r).  */