From 50c859ea82a339747a8b531a21e6084bdf3b3111 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 4 Jun 2013 13:43:50 +0000 Subject: [PATCH] Fix a typo (chek => check) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183223 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Parser/cxx-member-crash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Parser/cxx-member-crash.cpp b/test/Parser/cxx-member-crash.cpp index 2b31a608a5..e595ec751f 100644 --- a/test/Parser/cxx-member-crash.cpp +++ b/test/Parser/cxx-member-crash.cpp @@ -2,7 +2,7 @@ // -// We only care to chek whether the compiler crashes; the actual +// We only care to check whether the compiler crashes; the actual // diagnostics are uninteresting. // CHECK: 8 errors generated. template struct char_traits; -- 2.50.1