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=8869f31dadbf1c5ac0daca435940fdc648c75096;p=util-linux mount: fix typo Signed-off-by: Guan Xin --- diff --git a/mount/mount.c b/mount/mount.c index d6b79d69..11d408ba 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -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). */