invoke.texi: Fixed typo.
authorTobias Burnus <burnus@net-b.de>
Mon, 27 Nov 2006 16:43:12 +0000 (17:43 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 27 Nov 2006 16:43:12 +0000 (17:43 +0100)
2006-11-27  Tobias Burnus  <burnus@net-b.de>

       * doc/invoke.texi: Fixed typo.

From-SVN: r119257

gcc/ChangeLog
gcc/doc/invoke.texi

index fcfffec..19e95de 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-27  Tobias Burnus  <burnus@net-b.de>
+
+       * doc/invoke.texi: Fixed typo.
+
 2006-11-27  Michael Matz  <matz@suse.de>
             Andreas Krebbel  <krebbel1@de.ibm.com>
 
index 51d8fb4..427b267 100644 (file)
@@ -9727,7 +9727,7 @@ For string operation of unknown size, inline runtime checks so for small
 blocks inline code is used, while for large blocks librarly call is used.
 
 @item -mstringop-strategy=@var{alg}
-@optindex mstringop-strategy=@var{alg}
+@opindex mstringop-strategy=@var{alg}
 Overwrite internal decision heuristic about particular algorithm to inline
 string opteration with.  The allowed values are @code{rep_byte},
 @code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix