aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2017-12-19 10:49:03 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2017-12-19 10:49:03 +0000
commitd17fddaa498214e35e2fc51830ba23e3fa14f949 (patch)
tree07ad09ce1c4fc63a68270e67e0b80c1ea79a160c
parent821bbcaf130e74568aa6d2e928961d23530a8717 (diff)
downloadgcc-d17fddaa498214e35e2fc51830ba23e3fa14f949.zip
gcc-d17fddaa498214e35e2fc51830ba23e3fa14f949.tar.gz
gcc-d17fddaa498214e35e2fc51830ba23e3fa14f949.tar.bz2
cp-tree.h: Fix typo in comment.
2017-12-19 Paolo Carlini <paolo.carlini@oracle.com> * cp-tree.h: Fix typo in comment. From-SVN: r255815
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-tree.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6ac963a..a47b0ae 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-19 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * cp-tree.h: Fix typo in comment.
+
2017-12-18 Marek Polacek <polacek@redhat.com>
PR c++/83116
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index f5f974d..4cdbbde 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -404,7 +404,7 @@ extern GTY(()) tree cp_global_trees[CPTI_MAX];
DECL_NON_TRIVIALLY_INITIALIZED_P (in VAR_DECL)
CALL_EXPR_ORDERED_ARGS (in CALL_EXPR, AGGR_INIT_EXPR)
DECLTYPE_FOR_REF_CAPTURE (in DECLTYPE_TYPE)
- CONSTUCTOR_C99_COMPOUND_LITERAL (in CONSTRUCTOR)
+ CONSTRUCTOR_C99_COMPOUND_LITERAL (in CONSTRUCTOR)
OVL_NESTED_P (in OVERLOAD)
4: IDENTIFIER_MARKED (IDENTIFIER_NODEs)
TREE_HAS_CONSTRUCTOR (in INDIRECT_REF, SAVE_EXPR, CONSTRUCTOR,