call.c, [...]: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 18 Sep 2004 17:23:59 +0000 (17:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 18 Sep 2004 17:23:59 +0000 (17:23 +0000)
* call.c, semantics.c: Follow spelling conventions.
* class.c: Fix a comment typo.

From-SVN: r87704

gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/semantics.c

index 2cf1f74db8708ea186b5670957b1e827a6c05877..7cb83b51fa7352f7c52ec1c0d20e59cc497949fe 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * call.c, semantics.c: Follow spelling conventions.
+       * class.c: Fix a comment typo.
+
 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
 
        PR pch/13361
index 4f2a80c2922004dc7d84c4adc3a4a3080fbc27ce..1185608006bae733a586a08d76cf97ca87050bac 100644 (file)
@@ -5318,7 +5318,7 @@ build_new_method_call (tree instance, tree fns, tree args,
              && (DECL_CONSTRUCTOR_P (current_function_decl)
                  || DECL_DESTRUCTOR_P (current_function_decl)))
            /* This is not an error, it is runtime undefined
-              behaviour.  */
+              behavior.  */
            warning ((DECL_CONSTRUCTOR_P (current_function_decl) ? 
                      "abstract virtual `%#D' called from constructor"
                      : "abstract virtual `%#D' called from destructor"),
index 5a065209849cfed1b2a71a17259cba60c07964b3..4c8dee338fe53f9bf9847221bcd0670c6a355e47 100644 (file)
@@ -500,7 +500,7 @@ build_vfield_ref (tree datum, tree type)
   /* Second, the requested type may not be the owner of its own vptr.
      If not, convert to the base class that owns it.  We cannot use
      convert_to_base here, because VCONTEXT may appear more than once
-     in the inheritence hierarchy of TYPE, and thus direct conversion
+     in the inheritance hierarchy of TYPE, and thus direct conversion
      between the types may be ambiguous.  Following the path back up
      one step at a time via primary bases avoids the problem.  */
   vfield = TYPE_VFIELD (type);
index 2f1d0e8f3da9a182e41b6d01b6f829e0af77f897..e66736fe3ef62499a69948b64095089c423c47ee 100644 (file)
@@ -1037,7 +1037,7 @@ finish_handler (tree handler)
 }
 
 /* Begin a compound statement.  FLAGS contains some bits that control the
-   behaviour and context.  If BCS_NO_SCOPE is set, the compound statement
+   behavior and context.  If BCS_NO_SCOPE is set, the compound statement
    does not define a scope.  If BCS_FN_BODY is set, this is the outermost
    block of a function.  If BCS_TRY_BLOCK is set, this is the block 
    created on behalf of a TRY statement.  Returns a token to be passed to