]> err.no Git - util-linux/commitdiff
mount: fix typo in comment
authorPetr Uzel <petr.uzel@suse.cz>
Thu, 20 May 2010 14:58:16 +0000 (16:58 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 28 May 2010 12:29:26 +0000 (14:29 +0200)
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
mount/mount.c

index 969e81fc3901c84756acd50a40600ca221034ded..576fed6b5551b29e735d0ea1a2c1e3bf8cfed351 100644 (file)
@@ -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 &&