]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in ChangeLog entry
authorTobias Schlüter <tobi@gcc.gnu.org>
Sat, 10 Mar 2007 17:07:41 +0000 (18:07 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 10 Mar 2007 17:07:41 +0000 (18:07 +0100)
From-SVN: r122797

gcc/ChangeLog

index 60697926ad97fb494d6615ebad8920da3b86d383..73a521df8303b8ab635c8e3e6afb3576f1fd67fe 100644 (file)
@@ -2,9 +2,9 @@
 
        * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
        quotation mark.
-       * config/i386/darwin.c (machopic_select_section): Remove
-       superfluous argument in call to categorize_decl_for_section.
-       Remove unused variable shlib.
+       * config/darwin.c (machopic_select_section): Remove superfluous
+       argument in call to categorize_decl_for_section.  Remove unused
+       variable shlib.
 
 2007-03-10  Joseph Myers  <joseph@codesourcery.com>