diff options
author | Mike Stump <mikestump@comcast.net> | 2011-04-23 00:16:55 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-04-23 00:16:55 +0000 |
commit | f94d4ab1f6944432274c11db0564541a1d6a948e (patch) | |
tree | 65e18e57c9ace8968094dc02a573b9e290769786 /gcc | |
parent | 549dd8fe83a27a752865f0adc06881b9b867a2e2 (diff) | |
download | gcc-f94d4ab1f6944432274c11db0564541a1d6a948e.zip gcc-f94d4ab1f6944432274c11db0564541a1d6a948e.tar.gz gcc-f94d4ab1f6944432274c11db0564541a1d6a948e.tar.bz2 |
cris.opt (moverride-best-lib-options): Fix typo in comment.
* config/cris/cris.opt (moverride-best-lib-options): Fix typo in
comment.
From-SVN: r172884
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/cris/cris.opt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71e2d3c..a0be8d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-04-22 Mike Stump <mikestump@comcast.net> + + * config/cris/cris.opt (moverride-best-lib-options): Fix typo in + comment. + 2011-04-22 Jan Hubicka <jh@suse.cz> * gengtype.c (open_base_files): Add ipa-inline.h include. diff --git a/gcc/config/cris/cris.opt b/gcc/config/cris/cris.opt index 9caa489..dc4ab57 100644 --- a/gcc/config/cris/cris.opt +++ b/gcc/config/cris/cris.opt @@ -149,7 +149,7 @@ Target Report RejectNegative Use the most feature-enabling options allowed by other options ; FIXME: The following comment relates to gcc before cris.opt. -; Check it it's still valid: +; Check if it's still valid: ; We must call it "override-" since calling it "no-" will cause ; gcc.c to forget it, if there's a "later" -mbest-lib-options. ; Kludgy, but needed for some multilibbed files. |