projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b22fc5
)
Fix comment.
author
Jason Merrill
<jason@gcc.gnu.org>
Wed, 25 May 2016 18:41:21 +0000
(14:41 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Wed, 25 May 2016 18:41:21 +0000
(14:41 -0400)
From-SVN: r236737
gcc/cp/cp-tree.h
patch
|
blob
|
history
diff --git
a/gcc/cp/cp-tree.h
b/gcc/cp/cp-tree.h
index c2be21c7424c20668fb09027384df3ed40c6b800..02ed5d69cc1f78d3eb851bbcbb5666474e183d78 100644
(file)
--- 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. */