summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-11 07:35:09 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-11 07:35:09 +0000
commit6175885e8a1e9e972eac8b32b93f3ea9b236092d (patch)
tree46b02ee5e24f228fd74c9eb1e3e1ebb89ade2731 /ChangeLog
parentdb1c2ab21d9f34469e9594926fa1c44382ebb50d (diff)
downloadgcc-6175885e8a1e9e972eac8b32b93f3ea9b236092d.tar.gz
Fix typo in the changelog for the last entry:
escaping instead of esacping git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 802d4fb1be8..3d8d96f29b9 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>