aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-21 02:16:17 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-21 02:16:17 +0000
commit63eff20dda16f5f4b141771a512d2f6bea54ed45 (patch)
tree0c02820a1869ab8cdb6e713dba2a47e4e3f4d194 /gcc/cp/semantics.c
parentdde5cb6865d7f4f00f4ce8be211e2eb2d9d976f3 (diff)
* 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/semantics.c')
-rw-r--r--gcc/cp/semantics.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index 6650bff7e27..dc8635ba309 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -1439,7 +1439,7 @@ finish_stmt_expr_expr (tree expr)
/* Build a TARGET_EXPR for this aggregate. finish_stmt_expr
will then pull it apart so the lifetime of the target is
- within the scope of the expresson containing this statement
+ within the scope of the expression containing this statement
expression. */
if (TREE_CODE (expr) == TARGET_EXPR)
;
@@ -2240,7 +2240,7 @@ finish_base_specifier (tree base, tree access, bool virtual_p)
}
/* Called when multiple declarators are processed. If that is not
- premitted in this context, an error is issued. */
+ permitted in this context, an error is issued. */
void
check_multiple_declarators (void)
@@ -2452,7 +2452,7 @@ finish_id_expression (tree id_expression,
}
/* If there are no dependent template arguments, go through
- the overlaoded functions. */
+ the overloaded functions. */
while (fns && !dependent_p)
{
tree fn = OVL_CURRENT (fns);