aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2003-01-27 10:53:36 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2003-01-27 10:53:36 +0000
commit90a2176452bd595f55910533693377a117008196 (patch)
treee08779ae3a66f4114646553c56c86dd435bc28d1 /gcc
parentc552c1468c3e29465d462fd7aeb06322cc83e6b3 (diff)
downloadgcc-90a2176452bd595f55910533693377a117008196.zip
gcc-90a2176452bd595f55910533693377a117008196.tar.gz
gcc-90a2176452bd595f55910533693377a117008196.tar.bz2
* doc/extend.texi: Fix typo.
From-SVN: r61883
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/extend.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cb98935..f1b1152 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -6,6 +6,10 @@
2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+ * doc/extend.texi: Fix typo.
+
+2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
* doc/cppopts.texi: Fix typo.
* doc/objc.texi: Likewise.
* doc/passes.texi: Likewise.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 082b87b..c5ad094 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -4530,7 +4530,7 @@ provided they are of the same size (in fact, you can also cast vectors
to and from other datatypes of the same size).
You cannot operate between vectors of different lengths or different
-signness without a cast.
+signedness without a cast.
A port that supports hardware vector operations, usually provides a set
of built-in functions that can be used to operate on vectors. For