From: Petr Uzel Date: Thu, 20 May 2010 14:58:16 +0000 (+0200) Subject: mount: fix typo in comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10852b82e292e8b1dafdd7ca10ffd6fa13437e94;p=util-linux mount: fix typo in comment Signed-off-by: Petr Uzel --- 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 &&