aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2006-11-27 17:43:12 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2006-11-27 17:43:12 +0100
commitdbdbfff135d45b0767ab5617f24343dd3b15b8cd (patch)
treec3755984e69197c67c33891a173a8c87311a7a02 /gcc
parente064939e4ae577d3e44eca84fc1e16f7f7657817 (diff)
downloadgcc-dbdbfff135d45b0767ab5617f24343dd3b15b8cd.zip
gcc-dbdbfff135d45b0767ab5617f24343dd3b15b8cd.tar.gz
gcc-dbdbfff135d45b0767ab5617f24343dd3b15b8cd.tar.bz2
invoke.texi: Fixed typo.
2006-11-27 Tobias Burnus <burnus@net-b.de> * doc/invoke.texi: Fixed typo. From-SVN: r119257
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 5 insertions, 1 deletions
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 <burnus@net-b.de>
+
+ * doc/invoke.texi: Fixed typo.
+
2006-11-27 Michael Matz <matz@suse.de>
Andreas Krebbel <krebbel1@de.ibm.com>
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