From: Mike Stump Date: Sat, 23 Apr 2011 00:16:55 +0000 (+0000) Subject: cris.opt (moverride-best-lib-options): Fix typo in comment. X-Git-Tag: releases/gcc-4.7.0~7250 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f94d4ab1f6944432274c11db0564541a1d6a948e;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71e2d3c9a4e2..a0be8d871d00 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-04-22 Mike Stump + + * config/cris/cris.opt (moverride-best-lib-options): Fix typo in + comment. + 2011-04-22 Jan Hubicka * 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 9caa48924b9d..dc4ab57f0101 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.