From: Jason Merrill Date: Wed, 25 May 2016 18:41:21 +0000 (-0400) Subject: Fix comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ab22eb32cc212b8c52991d3cc74f00783293060;p=gcc.git Fix comment. From-SVN: r236737 --- diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index c2be21c7424..02ed5d69cc1 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -4602,7 +4602,7 @@ enum tag_types { union_type, /* "union" types. */ enum_type, /* "enum" types. */ typename_type, /* "typename" types. */ - scope_type /* namespace or tagged type of a name followed by :: */ + scope_type /* namespace or tagged type name followed by :: */ }; /* The various kinds of lvalues we distinguish. */