* cp-tree.h: Fix typo.

From-SVN: r263738
This commit is contained in:
Marek Polacek 2018-08-21 15:10:51 +00:00 committed by Marek Polacek
parent 92a68a0464
commit d3e993e9b0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-08-21 Marek Polacek <polacek@redhat.com>
* cp-tree.h: Fix typo.
2018-08-20 David Malcolm <dmalcolm@redhat.com>
PR other/84889

View File

@ -3656,7 +3656,7 @@ struct GTY(()) lang_decl {
(LANG_DECL_FN_CHECK (FUNCTION_DECL_CHECK (NODE)) \
->u.saved_language_function)
/* True if NODE is an implicit INDIRECT_EXPR from convert_from_reference. */
/* True if NODE is an implicit INDIRECT_REF from convert_from_reference. */
#define REFERENCE_REF_P(NODE) \
(INDIRECT_REF_P (NODE) \
&& TREE_TYPE (TREE_OPERAND (NODE, 0)) \