Fixes a typo in this test.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169519 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Index/comment-cplus-template-decls.cpp b/test/Index/comment-cplus-template-decls.cpp
index d44ce82..f0900bb 100644
--- a/test/Index/comment-cplus-template-decls.cpp
+++ b/test/Index/comment-cplus-template-decls.cpp
@@ -26,7 +26,7 @@
   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>
 
 /**