]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 fcfffec4eddb61fe2c3b6c3077df938fcde7c2ec..19e95dee861b11a801419808edc8f84441cd518b 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 51d8fb4ffa3d9fa89f6b1bbacc6bd53de0cef0e3..427b267a880f7dd53df83ef5aa923b67a3621221 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