aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/operators.def
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-12-16 16:07:01 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-16 16:07:01 +0000
commitaba649ba4dad4ebb3305f13ba8b43ee1e2b641fc (patch)
treea547fc5e783eef7eb0de3501b691efc4a619b428 /gcc/cp/operators.def
parent9d955c3ab799983c9d3e2afef1e8438d06e4c7fb (diff)
downloadgcc-aba649ba4dad4ebb3305f13ba8b43ee1e2b641fc.zip
gcc-aba649ba4dad4ebb3305f13ba8b43ee1e2b641fc.tar.gz
gcc-aba649ba4dad4ebb3305f13ba8b43ee1e2b641fc.tar.bz2
ChangeLog.1, [...]: Fix spelling errors.
* ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c, cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c, pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors. From-SVN: r48072
Diffstat (limited to 'gcc/cp/operators.def')
-rw-r--r--gcc/cp/operators.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/operators.def b/gcc/cp/operators.def
index 8e0f7b2..775f59d 100644
--- a/gcc/cp/operators.def
+++ b/gcc/cp/operators.def
@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */
NAME
The name of the operator, as a C string, but without the
- preceeding `operator'. This is the name that would be given in
+ preceding `operator'. This is the name that would be given in
the source program. For `operator +', for example, this would be
`+'.
@@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA. */
OLD_MANGLING
- Analagous, but for the old ABI.
+ Analogous, but for the old ABI.
ARITY
@@ -65,7 +65,7 @@ Boston, MA 02111-1307, USA. */
There is code (such as in grok_op_properties) that depends on the
order the operators are presented in this file. In particular,
- unary operators must preceed binary operators. */
+ unary operators must precede binary operators. */
/* Use DEF_SIMPLE_OPERATOR to define a non-assignment operator. Its
arguments are as for DEF_OPERATOR, but there is no need to provide