From 10852b82e292e8b1dafdd7ca10ffd6fa13437e94 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Thu, 20 May 2010 16:58:16 +0200 Subject: [PATCH] mount: fix typo in comment Signed-off-by: Petr Uzel --- mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/mount.c b/mount/mount.c index 969e81fc..576fed6b 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 && -- 2.39.5