* doc/extend.texi: Fix typo.

From-SVN: r61883
This commit is contained in:
Volker Reichelt 2003-01-27 10:53:36 +00:00 committed by Volker Reichelt
parent c552c1468c
commit 90a2176452
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
* function.c (purge_addressof_1): After pushing an addressed register * function.c (purge_addressof_1): After pushing an addressed register
onto the stack, simplify the result. onto the stack, simplify the result.
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> 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* doc/cppopts.texi: Fix typo. * doc/cppopts.texi: Fix typo.

View File

@ -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). to and from other datatypes of the same size).
You cannot operate between vectors of different lengths or different 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 A port that supports hardware vector operations, usually provides a set
of built-in functions that can be used to operate on vectors. For of built-in functions that can be used to operate on vectors. For