From: Andrew Pinski Date: Mon, 13 Dec 2004 20:29:19 +0000 (-0800) Subject: fix typo in my last changelog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b286769e763bea688efa03f3d1c69bc5be185cbb;p=gcc.git fix typo in my last changelog From-SVN: r92103 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 85e7719fc86..7fc35b474f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -13,7 +13,7 @@ 2004-12-13 Andrew Pinski 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