Commit dbdbfff1 by Tobias Burnus Committed by Tobias Burnus

invoke.texi: Fixed typo.

2006-11-27  Tobias Burnus  <burnus@net-b.de>

       * doc/invoke.texi: Fixed typo.

From-SVN: r119257
parent e064939e
2006-11-27 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi: Fixed typo.
2006-11-27 Michael Matz <matz@suse.de> 2006-11-27 Michael Matz <matz@suse.de>
Andreas Krebbel <krebbel1@de.ibm.com> Andreas Krebbel <krebbel1@de.ibm.com>
......
...@@ -9727,7 +9727,7 @@ For string operation of unknown size, inline runtime checks so for small ...@@ -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. blocks inline code is used, while for large blocks librarly call is used.
@item -mstringop-strategy=@var{alg} @item -mstringop-strategy=@var{alg}
@optindex mstringop-strategy=@var{alg} @opindex mstringop-strategy=@var{alg}
Overwrite internal decision heuristic about particular algorithm to inline Overwrite internal decision heuristic about particular algorithm to inline
string opteration with. The allowed values are @code{rep_byte}, string opteration with. The allowed values are @code{rep_byte},
@code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix @code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment