fsck: correct a comment
authorAlan Cox <alan@linux.intel.com>
Sun, 12 Nov 2017 21:07:04 +0000 (21:07 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 12 Nov 2017 21:07:04 +0000 (21:07 +0000)
Applications/util/fsck.c

index c4dbaf1..7f6c76e 100644 (file)
@@ -137,7 +137,8 @@ static void panic(char *s)
        exit(error | 8);
 }
 
-/* Find the device in /etc/mtab for the specified mount */
+/* Find the device in /etc/fstab for the specified mount */
+
 static char tmp[FSTAB_LINE];
 
 const char *mntread(FILE *fp)