From: Guan Xin Date: Mon, 29 Sep 2008 09:43:45 +0000 (+0200) Subject: mount: fix typo X-Git-Tag: v2.15-rc1~384 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=feec8bd17eb9e4459161d40e4a2637d9fc6782d3;p=thirdparty%2Futil-linux.git mount: fix typo Signed-off-by: Guan Xin --- diff --git a/mount/mount.c b/mount/mount.c index be051355b9..a34d40056d 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -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). */