From 90a2176452bd595f55910533693377a117008196 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Mon, 27 Jan 2003 10:53:36 +0000 Subject: [PATCH] * doc/extend.texi: Fix typo. From-SVN: r61883 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb98935db5e..f1b1152aed5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,6 +4,10 @@ * function.c (purge_addressof_1): After pushing an addressed register onto the stack, simplify the result. +2003-01-27 Volker Reichelt + + * doc/extend.texi: Fix typo. + 2003-01-27 Volker Reichelt * doc/cppopts.texi: Fix typo. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 082b87bb498..c5ad0940b6f 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