summaryrefslogtreecommitdiff
path: root/test/Parser/cxx-member-crash.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-06-04 13:43:50 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-06-04 13:43:50 +0000
commit50c859ea82a339747a8b531a21e6084bdf3b3111 (patch)
tree35ee3fb7f0842203c0f5a419afb8b6d155b50f6b /test/Parser/cxx-member-crash.cpp
parentec0d96f8fa33a56cf4b9ea7d63bff8c0abcdd13c (diff)
downloadclang-50c859ea82a339747a8b531a21e6084bdf3b3111.tar.gz
Fix a typo (chek => check)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183223 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Parser/cxx-member-crash.cpp')
-rw-r--r--test/Parser/cxx-member-crash.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@
// <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;