summaryrefslogtreecommitdiffstats
path: root/mount/mount.c
diff options
context:
space:
mode:
authorPetr Uzel2010-05-20 16:58:16 +0200
committerKarel Zak2010-05-28 14:29:26 +0200
commit10852b82e292e8b1dafdd7ca10ffd6fa13437e94 (patch)
tree69443a1461fa93a4184fde0b74a3fbf996ff289a /mount/mount.c
parentmount: fix information about XFS log buffers in mount.8 (diff)
downloadkernel-qcow2-util-linux-10852b82e292e8b1dafdd7ca10ffd6fa13437e94.tar.gz
kernel-qcow2-util-linux-10852b82e292e8b1dafdd7ca10ffd6fa13437e94.tar.xz
kernel-qcow2-util-linux-10852b82e292e8b1dafdd7ca10ffd6fa13437e94.zip
mount: fix typo in comment
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'mount/mount.c')
-rw-r--r--mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c
index 969e81fc3..576fed6b5 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1425,7 +1425,7 @@ try_mount_one (const char *spec0, const char *node0, const char *types0,
}
/* Kernel allows to use MS_RDONLY for bind mounts, but the read-only request
- * could be silently ignored. Check it to avoid 'ro' in ntab and 'rw' in
+ * could be silently ignored. Check it to avoid 'ro' in mtab and 'rw' in
* /proc/mounts.
*/
if (!fake && mnt5_res == 0 &&