Commit 0ab22eb3 by Jason Merrill

Fix comment.

From-SVN: r236737
parent 1b22fc54
...@@ -4602,7 +4602,7 @@ enum tag_types { ...@@ -4602,7 +4602,7 @@ enum tag_types {
union_type, /* "union" types. */ union_type, /* "union" types. */
enum_type, /* "enum" types. */ enum_type, /* "enum" types. */
typename_type, /* "typename" 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. */ /* The various kinds of lvalues we distinguish. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment