aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
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/semantics.c
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/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 bbd43e9..632e9132 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -1116,7 +1116,7 @@ finish_mem_initializers (init_list)
/* We're running through the initializers from right to left
as we process them here. So, if we see a data member
initializer after we see a base initializer, that
- actually means that the base initializer preceeded the
+ actually means that the base initializer preceded the
data member initializer. */
if (warn_reorder && last_base_warned_about != base_init_list)
{
@@ -2109,7 +2109,7 @@ enter_scope_of (sr)
/* Finish processing a BASE_CLASS with the indicated ACCESS_SPECIFIER.
Return a TREE_LIST containing the ACCESS_SPECIFIER and the
BASE_CLASS, or NULL_TREE if an error occurred. The
- ACCESSS_SPECIFIER is one of
+ ACCESS_SPECIFIER is one of
access_{default,public,protected_private}[_virtual]_node.*/
tree
@@ -2455,7 +2455,7 @@ expand_body (fn)
/* Remember this function. In finish_file we'll decide if
we actually need to write this function out. */
defer_fn (fn);
- /* Let the back-end know that this funtion exists. */
+ /* Let the back-end know that this function exists. */
(*debug_hooks->deferred_inline_function) (fn);
return;
}