summaryrefslogtreecommitdiff
path: root/gcc/cp/operators.def
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-16 16:07:01 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-16 16:07:01 +0000
commit4109ca29e42129b2f464155ee15fe667c1b0298c (patch)
treea547fc5e783eef7eb0de3501b691efc4a619b428 /gcc/cp/operators.def
parenteba040b9000deb31498e405abb8b275721bd3e01 (diff)
downloadgcc-4109ca29e42129b2f464155ee15fe667c1b0298c.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48072 138bc75d-0d04-0410-961f-82ee72b054a4
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 8e0f7b2478e..775f59db052 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