]> granicus.if.org Git - clang/commitdiff
Fix a typo (chek => check)
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 4 Jun 2013 13:43:50 +0000 (13:43 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 4 Jun 2013 13:43:50 +0000 (13:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183223 91177308-0d34-0410-b5e6-96231b3b80d8

test/Parser/cxx-member-crash.cpp

index 2b31a608a58372813ce120d64da876557e6a42d4..e595ec751f5ee3ea06e7cbd270f2a7a1c4887500 100644 (file)
@@ -2,7 +2,7 @@
 
 // <rdar://problem/9221993>
 
-// 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<class _CharT>     struct char_traits;