From 8869f31dadbf1c5ac0daca435940fdc648c75096 Mon Sep 17 00:00:00 2001 From: Guan Xin Date: Mon, 29 Sep 2008 11:43:45 +0200 Subject: [PATCH] mount: fix typo Signed-off-by: Guan Xin --- mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). */ -- 2.39.5