diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9db083d7a..4b3e2b427 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
-->
+
+ 2007-03-27
+
+
+ [dnicholson] - Fixed a typo in the readjusting section.
+ Reported by Steve Crosby.
+
+
+
+
2007-03-24
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml
index d33e4758b..04c3397ff 100644
--- a/chapter06/readjusting.xml
+++ b/chapter06/readjusting.xml
@@ -32,9 +32,10 @@ mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
mv -v /tools/bin/{ld-new,ld}
ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld
- Next, amend the GCC specs file so that it points to the new
- dynamic linker, and so that GCC knows where to find its start files.
- A perl command accomplishes this.
+ Next, adjust the GCC specs file so that it points to the new
+ dynamic linker, and so that GCC knows where to find the correct headers
+ and Glibc start files. A sed command accomplishes
+ this.
If working on a platform where the name of the dynamic linker is
diff --git a/general.ent b/general.ent
index da63bd1c7..5ba41d2bb 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+