From a14523f11c4634ad9b1ee780dd4600f82f1814e9 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Thu, 6 Dec 2012 17:50:40 +0000 Subject: [PATCH] Fixes a typo in this test. llvm-svn: 169519 --- clang/test/Index/comment-cplus-template-decls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Index/comment-cplus-template-decls.cpp b/clang/test/Index/comment-cplus-template-decls.cpp index d44ce8245f7f..f0900bbdeec4 100644 --- a/clang/test/Index/comment-cplus-template-decls.cpp +++ b/clang/test/Index/comment-cplus-template-decls.cpp @@ -26,7 +26,7 @@ template struct A { void f() { } }; // CHECK: template <typename T> struct A {\n} -// CHECL: A<T>() +// CHECK: A<T>() // CHECK: void ~A<T>() /**