From: Alan Cox Date: Sun, 12 Nov 2017 21:07:04 +0000 (+0000) Subject: fsck: correct a comment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=861f6d37bf6af02185922736b9ed044f2fd05493;p=FUZIX.git fsck: correct a comment --- diff --git a/Applications/util/fsck.c b/Applications/util/fsck.c index c4dbaf1b..7f6c76ed 100644 --- a/Applications/util/fsck.c +++ b/Applications/util/fsck.c @@ -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)