From: Guan Xin Date: Mon, 29 Sep 2008 09:43:45 +0000 (+0200) Subject: mount: fix typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feec8bd17eb9e4459161d40e4a2637d9fc6782d3;p=util-linux mount: fix typo Signed-off-by: Guan Xin --- diff --git a/mount/mount.c b/mount/mount.c index be051355..a34d4005 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). */