From 3f16a8f360923560d9aa0590baa2f18a0b5dd7f5 Mon Sep 17 00:00:00 2001
From: Alan Modra <amodra@bigpond.net.au>
Date: Mon, 29 Jul 2002 11:45:33 +0000
Subject: [PATCH] * cp-tree.h: Comment typo fix.

From-SVN: r55835
---
 gcc/cp/ChangeLog | 4 ++++
 gcc/cp/cp-tree.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 60b6b9c70c52..62c448e6c527 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-29  Alan Modra  <amodra@bigpond.net.au>
+
+	* cp-tree.h: Comment typo fix.
+
 2002-07-29  Richard Earnshaw  <rearnsha@arm.com>
 
 	* spew.c (space_for_token): Allocate zeroed memory for a new token
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index ae88df2c8ce5..adbaea4d8b01 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -61,7 +61,7 @@ struct diagnostic_context;
       ICS_ELLIPSIS_FLAG (in _CONV)
       BINFO_ACCESS (in BINFO)
    2: IDENTIFIER_OPNAME_P.
-      TYPE_POLYMORHPIC_P (in _TYPE)
+      TYPE_POLYMORPHIC_P (in _TYPE)
       ICS_THIS_FLAG (in _CONV)
       BINDING_HAS_LEVEL_P (in CPLUS_BINDING)
       BINFO_LOST_PRIMARY_P (in BINFO)
-- 
GitLab