From: Alan Modra Date: Mon, 29 Jul 2002 11:45:33 +0000 (+0000) Subject: * cp-tree.h: Comment typo fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f16a8f360923560d9aa0590baa2f18a0b5dd7f5;p=gcc.git * cp-tree.h: Comment typo fix. From-SVN: r55835 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 60b6b9c70c5..62c448e6c52 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2002-07-29 Alan Modra + + * cp-tree.h: Comment typo fix. + 2002-07-29 Richard Earnshaw * 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 ae88df2c8ce..adbaea4d8b0 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)