From: Tobias Burnus Date: Mon, 27 Nov 2006 16:43:12 +0000 (+0100) Subject: invoke.texi: Fixed typo. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbdbfff135d45b0767ab5617f24343dd3b15b8cd;p=platform%2Fupstream%2Fgcc.git invoke.texi: Fixed typo. 2006-11-27 Tobias Burnus * doc/invoke.texi: Fixed typo. From-SVN: r119257 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcfffec..19e95de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-27 Tobias Burnus + + * doc/invoke.texi: Fixed typo. + 2006-11-27 Michael Matz Andreas Krebbel diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 51d8fb4..427b267 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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