]> 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>
Fri, 12 Dec 2008 12:24:42 +0000 (13:24 +0100)
Signed-off-by: Guan Xin <guanx.bac@gmail.com>
mount/mount.c

index d6b79d6946e8291ec9d56a81b1cd398ae182f038..11d408ba3d340dbfe458f2e0e43bca7659114f90 100644 (file)
@@ -55,7 +55,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).  */