r183223 - Fix a typo (chek => check)

Sylvestre Ledru sylvestre at debian.org
Tue Jun 4 06:43:50 PDT 2013


Author: sylvestre
Date: Tue Jun  4 08:43:50 2013
New Revision: 183223

URL: http://llvm.org/viewvc/llvm-project?rev=183223&view=rev
Log:
Fix a typo (chek => check)

Modified:
    cfe/trunk/test/Parser/cxx-member-crash.cpp

Modified: cfe/trunk/test/Parser/cxx-member-crash.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/cxx-member-crash.cpp?rev=183223&r1=183222&r2=183223&view=diff
==============================================================================
--- cfe/trunk/test/Parser/cxx-member-crash.cpp (original)
+++ cfe/trunk/test/Parser/cxx-member-crash.cpp Tue Jun  4 08:43:50 2013
@@ -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;





More information about the cfe-commits mailing list