summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-cplus-template-decls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/comment-cplus-template-decls.cpp')
-rw-r--r--clang/test/Index/comment-cplus-template-decls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/comment-cplus-template-decls.cpp b/clang/test/Index/comment-cplus-template-decls.cpp
index d44ce8245f7..f0900bbdeec 100644
--- a/clang/test/Index/comment-cplus-template-decls.cpp
+++ b/clang/test/Index/comment-cplus-template-decls.cpp
@@ -26,7 +26,7 @@ template<typename T> struct A {
void f() { }
};
// CHECK: <Declaration>template &lt;typename T&gt; struct A {\n}</Declaration>
-// CHECL: <Declaration>A&lt;T&gt;()</Declaration>
+// CHECK: <Declaration>A&lt;T&gt;()</Declaration>
// CHECK: <Declaration>void ~A&lt;T&gt;()</Declaration>
/**
OpenPOWER on IntegriCloud