diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-07-24 07:57:17 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-07-24 07:57:17 +0000 |
commit | 376164b960bfada6a4251eeb9b631636bfd8c619 (patch) | |
tree | ca4a7b2a372d3ff44d48e253d13948211c5f954b /gcc | |
parent | 18fe404fbc9a86d21bcb6d0f02cf2a1d4448d705 (diff) | |
download | gcc-376164b960bfada6a4251eeb9b631636bfd8c619.zip gcc-376164b960bfada6a4251eeb9b631636bfd8c619.tar.gz gcc-376164b960bfada6a4251eeb9b631636bfd8c619.tar.bz2 |
Fix typo.
From-SVN: r126869
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cff3c0b..207a19f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -48,7 +48,7 @@ * config/mips/mips.h (BRANCH_COST): Use mips_branch_cost rather than mips_costs. * config/mips/mips.opt (mbranch-cost=): New option. - * doc/invoke.texi (-mbrach-cost): Document new MIPS option. + * doc/invoke.texi (-mbranch-cost): Document new MIPS option. 2007-07-23 Richard Sandiford <richard@codesourcery.com> |