diff options
Diffstat (limited to 'test/SemaTemplate/nested-name-spec-template.cpp')
-rw-r--r-- | test/SemaTemplate/nested-name-spec-template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/nested-name-spec-template.cpp b/test/SemaTemplate/nested-name-spec-template.cpp index 6df2ca6a91..7805040048 100644 --- a/test/SemaTemplate/nested-name-spec-template.cpp +++ b/test/SemaTemplate/nested-name-spec-template.cpp @@ -52,7 +52,7 @@ struct ::N::A<int>::X { #if 0 // FIXME: the following crashes the parser, because Sema has no way to -// community that the "dependent" template-name N::template B doesn't +// communicate that the "dependent" template-name N::template B doesn't // actually refer to a template. template<typename T> struct TestA { |