From c54b3c3c99a5d3011f6f60934e90dae7f60b3b00 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 3 Jul 1999 07:20:06 +0000 Subject: [PATCH] ChangeLog, pass3.c: Fix some stupid spelling typo's. ChangeLog: Fix e-mail address. --- e2fsck/ChangeLog | 2 +- e2fsck/pass3.c | 2 +- misc/ChangeLog | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 073a58b..79bd9aa 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -54,7 +54,7 @@ more accurate malloc statistics. * pass3.c (get_lost_and_found): Check to see if lost+found is a - plain fail; if so, offer to unlink it. + plain file; if so, offer to unlink it. * problem.c, problem.h (PR_3_LPF_NOTDIR): Add new problem code. diff --git a/e2fsck/pass3.c b/e2fsck/pass3.c index 7ca7484..a3aaa04 100644 --- a/e2fsck/pass3.c +++ b/e2fsck/pass3.c @@ -354,7 +354,7 @@ ino_t get_lost_and_found(e2fsck_t ctx) if (!fix_problem(ctx, PR_3_LPF_NOTDIR, &pctx)) return 0; - /* OK, unlink the old /lost+found directory. */ + /* OK, unlink the old /lost+found file. */ pctx.errcode = ext2fs_unlink(fs, EXT2_ROOT_INO, name, ino, 0); if (pctx.errcode) { pctx.str = "ext2fs_unlink"; diff --git a/misc/ChangeLog b/misc/ChangeLog index c526993..3ba47a8 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,9 +1,9 @@ -1999-07-03 +1999-07-03 * uuidgen.c: Add option parsing so that user can ask for either a time-based UUID or a random-based UUID. -1999-07-02 +1999-07-02 * fsck.c: Added support for LABEL= and UUID= specifications for the filesystem's device, to match what recent mount -- 1.8.3.1