From feec8bd17eb9e4459161d40e4a2637d9fc6782d3 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 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). */ -- 2.39.5