From: Sylvestre Ledru Date: Tue, 4 Jun 2013 13:43:50 +0000 (+0000) Subject: Fix a typo (chek => check) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50c859ea82a339747a8b531a21e6084bdf3b3111;p=clang Fix a typo (chek => check) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183223 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;