diff mbox series

[C++,obvious] Fix comment typo

Message ID b18e3a25-d9ba-f974-01d4-7b7408113688@oracle.com
State New
Headers show
Series [C++,obvious] Fix comment typo | expand

Commit Message

Paolo Carlini Jan. 18, 2018, 8:54 p.m. UTC
Hi,

I noticed the below, I'm committing the fix it as obvious.

Cheers, Paolo.

/////////////////
2018-01-18  Paolo Carlini  <paolo.carlini@oracle.com>

	* cp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIALIZED_P
	vs DECL_NONTRIVIALLY_INITIALIZED_P).
diff mbox series

Patch

Index: cp-tree.h
===================================================================
--- cp-tree.h	(revision 256864)
+++ cp-tree.h	(working copy)
@@ -407,7 +407,7 @@  extern GTY(()) tree cp_global_trees[CPTI_MAX];
       ICS_BAD_FLAG (in _CONV)
       FN_TRY_BLOCK_P (in TRY_BLOCK)
       BIND_EXPR_BODY_BLOCK (in BIND_EXPR)
-      DECL_NON_TRIVIALLY_INITIALIZED_P (in VAR_DECL)
+      DECL_NONTRIVIALLY_INITIALIZED_P (in VAR_DECL)
       CALL_EXPR_ORDERED_ARGS (in CALL_EXPR, AGGR_INIT_EXPR)
       DECLTYPE_FOR_REF_CAPTURE (in DECLTYPE_TYPE)
       CONSTRUCTOR_C99_COMPOUND_LITERAL (in CONSTRUCTOR)