summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuan Xin2008-09-29 11:43:45 +0200
committerKarel Zak2008-09-29 11:43:45 +0200
commitfeec8bd17eb9e4459161d40e4a2637d9fc6782d3 (patch)
treebaecb4390c8e3fa768405eb3606eacdc46e3c659
parentumount: check for overlaid mounts (diff)
downloadkernel-qcow2-util-linux-feec8bd17eb9e4459161d40e4a2637d9fc6782d3.tar.gz
kernel-qcow2-util-linux-feec8bd17eb9e4459161d40e4a2637d9fc6782d3.tar.xz
kernel-qcow2-util-linux-feec8bd17eb9e4459161d40e4a2637d9fc6782d3.zip
mount: fix typo
Signed-off-by: Guan Xin <guanx.bac@gmail.com>
-rw-r--r--mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c
index be051355b..a34d40056 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). */