invoke.texi: Fixed typo.

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

       * doc/invoke.texi: Fixed typo.

From-SVN: r119257
This commit is contained in:
Tobias Burnus 2006-11-27 17:43:12 +01:00 committed by Tobias Burnus
parent e064939e4a
commit dbdbfff135
2 changed files with 5 additions and 1 deletions

View 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>

View 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