From 861f6d37bf6af02185922736b9ed044f2fd05493 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 12 Nov 2017 21:07:04 +0000 Subject: [PATCH] fsck: correct a comment --- Applications/util/fsck.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.34.1