aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2004-12-13 12:29:19 -0800
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-12-13 12:29:19 -0800
commitb286769e763bea688efa03f3d1c69bc5be185cbb (patch)
tree5fc65d3a6ff91a5b54121e9029080e775adc24d1 /gcc
parentfe8728354109159d6b79af99eae6e94f2a282027 (diff)
downloadgcc-b286769e763bea688efa03f3d1c69bc5be185cbb.zip
gcc-b286769e763bea688efa03f3d1c69bc5be185cbb.tar.gz
gcc-b286769e763bea688efa03f3d1c69bc5be185cbb.tar.bz2
fix typo in my last changelog
From-SVN: r92103
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 85e7719..7fc35b4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -13,7 +13,7 @@
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
PR target/18964
- * config/darwin.c (darwin_assemble_visibility): Fix minor diadnostic
+ * config/darwin.c (darwin_assemble_visibility): Fix minor diagnostic
problem, adding a space at the end of the string before concatenation.
2004-12-13 Kazu Hirata <kazu@cs.umass.edu>