diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-12-02 02:06:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-02 02:06:52 +0000 |
commit | 5681c208fa990b5f827b3fc97ff33c076376e44d (patch) | |
tree | 856c6bc763bfc4d57cd3132bce970311605b2753 /gcc | |
parent | 811895d518686b0c148ef720e62f3d6ead91fd58 (diff) | |
download | gcc-5681c208fa990b5f827b3fc97ff33c076376e44d.zip gcc-5681c208fa990b5f827b3fc97ff33c076376e44d.tar.gz gcc-5681c208fa990b5f827b3fc97ff33c076376e44d.tar.bz2 |
* doc/extend.texi, doc/invoke.texi, doc/md.texi: Fix typos.
From-SVN: r119441
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f0da7b..b61564c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index fa7f31e..68a1391 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 36da6d5..cd03c92 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 9f840b0..355c106 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -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} |