From: Tobias Burnus Date: Mon, 27 Nov 2006 16:43:12 +0000 (+0100) Subject: invoke.texi: Fixed typo. X-Git-Tag: releases/gcc-4.3.0~8258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbdbfff135d45b0767ab5617f24343dd3b15b8cd;p=thirdparty%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 fcfffec4eddb..19e95dee861b 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 51d8fb4ffa3d..427b267a880f 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