aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Schlüter <tobi@gcc.gnu.org>2007-03-10 18:07:41 +0100
committerTobias Schlüter <tobi@gcc.gnu.org>2007-03-10 18:07:41 +0100
commitdf990293b844e66bb4678e7b4113908bfed751c6 (patch)
tree0da0885a20f623e1eaba38278562cd561daa6ec5 /gcc
parent4f6480020e60fd225dc754a7a382c41d5f72b260 (diff)
downloadgcc-df990293b844e66bb4678e7b4113908bfed751c6.zip
gcc-df990293b844e66bb4678e7b4113908bfed751c6.tar.gz
gcc-df990293b844e66bb4678e7b4113908bfed751c6.tar.bz2
Fix typo in ChangeLog entry
From-SVN: r122797
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6069792..73a521d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>