summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-11-10 19:44:03 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-11-10 19:44:03 +0400
commitd1d634d0db9b019469a708669ae0e7827f58cfa9 (patch)
treeb3f1880737889f52b3b02fc355ae17f10e82c9e0
parent227153ef8bf55f244a478228c80d4cb58cd8cc55 (diff)
downloadbdwgc-d1d634d0db9b019469a708669ae0e7827f58cfa9.tar.gz
Fix a typo in ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4370340e..7db35b67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8397,4 +8397,4 @@ code is necessary. On other machines, with certain compiler options,
the assignments can lead to an unsaved register being overwritten.
Known to cause problems under SunOS 3.5 WITHOUT the -O option. (With
-O the compiler recognizes it as dead code. It probably shouldn't,
-but t2hat's another story.)
+but that's another story.)