* doc/extend.texi, doc/invoke.texi, doc/md.texi: Fix typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 2 Dec 2006 02:06:52 +0000 (02:06 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 2 Dec 2006 02:06:52 +0000 (02:06 +0000)
From-SVN: r119441

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/doc/md.texi

index 5f0da7be9d62a13835ecad52ee43e661bf4f2df8..b61564c941fe1e96e08f6e891fb70767198906ea 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-02  Kazu Hirata  <kazu@codesourcery.com>
+
+       * doc/extend.texi, doc/invoke.texi, doc/md.texi: Fix typos.
+
 2006-12-01  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
 
        * config/spu/spu.c (spu_immediate): Remove trailing comma.
index fa7f31e9ba0eeabd55d6503252e38b9f80bda6e2..68a1391ba42b5bb24a58aa97d6b17bc07f4d7699 100644 (file)
@@ -9803,7 +9803,7 @@ The extended version of @code{__builtin_expect} is not supported.
 
 @end itemize
 
-@emph{Note:} Only the interface descibed in the aforementioned
+@emph{Note:} Only the interface described in the aforementioned
 specification is supported. Internally, GCC uses built-in functions to
 implement the required functionality, but these are not supported and
 are subject to change without notice.
index 36da6d571f02cebb1d1e6c4aeafd1de7260873a7..cd03c92b7aa8dc501aaf3125eb087d38b88c535c 100644 (file)
@@ -9733,12 +9733,12 @@ and memset for short lengths.
 @item -minline-stringops-dynamically
 @opindex minline-stringops-dynamically
 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 library call is used.
 
 @item -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},
+string operation with.  The allowed values are @code{rep_byte},
 @code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep} prefix
 of specified size, @code{loop}, @code{unrolled_loop} for expanding inline loop,
 @code{libcall} for always expanding library call.
index 9f840b00d1dec3ba42c90a3fd72aac14e06b495c..355c10623799bfa7a153999a2012eb639d9ddbcd 100644 (file)
@@ -3621,7 +3621,7 @@ and place the resulting N/2 values of size 2*S in the output vector (operand 0).
 Signed/Unsigned widening multiplication. 
 The two inputs (operands 1 and 2) are vectors with N 
 signed/unsigned elements of size S. Multiply the high/low elements of the two 
-vectors, and put the N/2 products of size 2*S in the output vector (opernad 0). 
+vectors, and put the N/2 products of size 2*S in the output vector (operand 0). 
 
 @cindex @code{mulhisi3} instruction pattern
 @item @samp{mulhisi3}