CEHCK->CHECK typo fix.
authorEric Christopher <echristo@gmail.com>
Mon, 8 Jul 2013 21:47:33 +0000 (21:47 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 8 Jul 2013 21:47:33 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185875 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ARM/eh-directive-cantunwind-diagnostics.s

index 1c55b22178ba9ea6db933e521deb0bcabe9c2852..640cc3005fcb4ce09862a82a17ac351065c7d716 100644 (file)
@@ -22,7 +22,7 @@ func1:
         .cantunwind
         .personality    __gxx_personality_v0
 @ CHECK: error: .personality can't be used with .cantunwind directive
-@ CEHCK:        .personality __gxx_personality_v0
+@ CHECK:        .personality __gxx_personality_v0
 @ CHECK:        ^
 @ CHECK: error: .cantunwind was specified here
 @ CHECK:        .cantunwind
@@ -42,7 +42,7 @@ func2:
         .cantunwind
         .handlerdata
 @ CHECK: error: .handlerdata can't be used with .cantunwind directive
-@ CEHCK:        .handlerdata
+@ CHECK:        .handlerdata
 @ CHECK:        ^
 @ CHECK: error: .cantunwind was specified here
 @ CHECK:        .cantunwind
@@ -62,7 +62,7 @@ func3:
         .personality    __gxx_personality_v0
         .cantunwind
 @ CHECK: error: .cantunwind can't be used with .personality directive
-@ CEHCK:        .cantunwind
+@ CHECK:        .cantunwind
 @ CHECK:        ^
 @ CHECK: error: .personality was specified here
 @ CHECK:        .personality __gxx_personality_v0
@@ -82,7 +82,7 @@ func4:
         .handlerdata
         .cantunwind
 @ CHECK: error: .cantunwind can't be used with .handlerdata directive
-@ CEHCK:        .cantunwind
+@ CHECK:        .cantunwind
 @ CHECK:        ^
 @ CHECK: error: .handlerdata was specified here
 @ CHECK:        .handlerdata