ChangeLog, pass3.c:
  Fix some stupid spelling typo's.
ChangeLog:
  Fix e-mail address.

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 @@
 		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    <tytso@rsts-11.mit.edu>
+1999-07-03    <tytso@valinux.com>
 
 	* uuidgen.c: Add option parsing so that user can ask for either a
 		time-based UUID or a random-based UUID.
 
-1999-07-02    <tytso@rsts-11.mit.edu>
+1999-07-02    <tytso@valinux.com>
 
 	* fsck.c: Added support for LABEL= and UUID= specifications for
 		the filesystem's device, to match what recent mount