public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3642] c++: fix comment typo
@ 2021-09-18  2:43 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2021-09-18  2:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8618f9e58c475389adbdfdb4127ebb8c18caba4c

commit r12-3642-g8618f9e58c475389adbdfdb4127ebb8c18caba4c
Author: Jason Merrill <jason@redhat.com>
Date:   Fri Sep 17 13:55:42 2021 -0400

    c++: fix comment typo
    
    gcc/cp/ChangeLog:
    
            * cp-tree.h: Fix typo in LANG_FLAG list.

Diff:
---
 gcc/cp/cp-tree.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index fb0d5ec5efe..8df18c38d43 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -469,7 +469,7 @@ extern GTY(()) tree cp_global_trees[CPTI_MAX];
       ICS_THIS_FLAG (in _CONV)
       DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (in VAR_DECL)
       STATEMENT_LIST_TRY_BLOCK (in STATEMENT_LIST)
-      TYPENAME_IS_RESOLVING_P (in TYPE_NAME_TYPE)
+      TYPENAME_IS_RESOLVING_P (in TYPENAME_TYPE)
       TARGET_EXPR_DIRECT_INIT_P (in TARGET_EXPR)
       FNDECL_USED_AUTO (in FUNCTION_DECL)
       DECLTYPE_FOR_LAMBDA_PROXY (in DECLTYPE_TYPE)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-18  2:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18  2:43 [gcc r12-3642] c++: fix comment typo Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).