diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-21 02:16:17 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-21 02:16:17 +0000 |
commit | 63eff20dda16f5f4b141771a512d2f6bea54ed45 (patch) | |
tree | 0c02820a1869ab8cdb6e713dba2a47e4e3f4d194 /gcc/cp/mangle.c | |
parent | dde5cb6865d7f4f00f4ce8be211e2eb2d9d976f3 (diff) | |
download | gcc-63eff20dda16f5f4b141771a512d2f6bea54ed45.tar.gz |
* ChangeLog: Fix typos.
* call.c: Fix comment typos.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* cxx-pretty-print.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* name-lookup.c: Likewise.
* parser.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72737 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/mangle.c')
-rw-r--r-- | gcc/cp/mangle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c index 12d463545df..c8b3a84ddde 100644 --- a/gcc/cp/mangle.c +++ b/gcc/cp/mangle.c @@ -1028,7 +1028,7 @@ write_conversion_operator_name (const tree type) write_type (type); } -/* Non-termial <source-name>. IDENTIFIER is an IDENTIFIER_NODE. +/* Non-terminal <source-name>. IDENTIFIER is an IDENTIFIER_NODE. <source-name> ::= </length/ number> <identifier> */ @@ -1329,7 +1329,7 @@ discriminator_for_local_entity (tree entity) } /* Return the discriminator for STRING, a string literal used inside - FUNCTION. The disciminator is the lexical ordinal of STRING among + FUNCTION. The discriminator is the lexical ordinal of STRING among string literals used in FUNCTION. */ static int |