aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Oldham <oldham@codesourcery.com>2001-02-16 17:03:55 +0000
committerJeffrey D. Oldham <oldham@gcc.gnu.org>2001-02-16 17:03:55 +0000
commitaab8454ac5ec5aba5bf0e38b92f427d623d76c0c (patch)
tree658a5c0f0a2399a9d9f0885531b095d1c5b73693
parent86306c8e0f858831fe103f42de0799ded90d5070 (diff)
downloadgcc-aab8454ac5ec5aba5bf0e38b92f427d623d76c0c.zip
gcc-aab8454ac5ec5aba5bf0e38b92f427d623d76c0c.tar.gz
gcc-aab8454ac5ec5aba5bf0e38b92f427d623d76c0c.tar.bz2
cp-tree.h: Fix typos in comments.
2001-02-16 Jeffrey Oldham <oldham@codesourcery.com> * cp-tree.h: Fix typos in comments. From-SVN: r39765
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-tree.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d7149eb..6341bbe 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-16 Jeffrey Oldham <oldham@codesourcery.com>
+
+ * cp-tree.h: Fix typos in comments.
+
2001-02-16 Jason Merrill <jason@redhat.com>
* optimize.c (remap_block): If we're compiling a clone, pass the
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index f970b94..5810395 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -3620,7 +3620,7 @@ enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, OP_FLAG, TYPENAME_FLAG };
TFF_CLASS_SCOPE: if possible, include the class-name part of a
qualified-id. This flag may be implied in some circumstances by
TFF_NAMESPACE_SCOPE.
- TFF_SCOPE: the combinaison of the two above.
+ TFF_SCOPE: the combination of the two above.
TFF_CHASE_TYPEDEF: print the original type-id instead of the typedef-name.
TFF_DECL_SPECIFIERS: print decl-specifiers.
TFF_CLASS_KEY_OR_ENUM: precede a class-type name (resp. enum name) with
@@ -3628,9 +3628,9 @@ enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, OP_FLAG, TYPENAME_FLAG };
TFF_RETURN_TYPE: include function return type.
TFF_FUNCTION_DEFAULT_ARGUMENTS: include function default parameter values.
TFF_EXCEPTION_SPECIFICATION: show function exception specification.
- TFF_TEMPLATE_HEADER: show the template<...> hearder in a
+ TFF_TEMPLATE_HEADER: show the template<...> header in a
template-declaration.
- TFF_TEMPLATE_DEFAULT_ARGUMENTS: show template paramter default values.
+ TFF_TEMPLATE_DEFAULT_ARGUMENTS: show template parameter default values.
TFF_TEMPLATE_NAME: show only template-name.
TFF_EXPR_IN_PARENS: Parenthesize expressions. */