aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2004-03-10 23:35:09 -0800
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-03-10 23:35:09 -0800
commitf2bd98d4c520787f278cdb6865f3566100b99e93 (patch)
tree46b02ee5e24f228fd74c9eb1e3e1ebb89ade2731
parent83c15dfcb64648583484e25d6c5cb9a4b8ac77da (diff)
downloadgcc-f2bd98d4c520787f278cdb6865f3566100b99e93.zip
gcc-f2bd98d4c520787f278cdb6865f3566100b99e93.tar.gz
gcc-f2bd98d4c520787f278cdb6865f3566100b99e93.tar.bz2
Fix typo in the changelog for the last entry:
escaping instead of esacping From-SVN: r79306
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 802d4fb..3d8d96f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
PR bootstrap/14522
- * configure.in: Fix esacping of $.
+ * configure.in: Fix escaping of $.
* configure: Regenerate.
2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>