Typo. Thanks to BillW for pointing it out!
authorStuart Hastings <stuart@apple.com>
Tue, 7 Sep 2010 20:39:07 +0000 (20:39 +0000)
committerStuart Hastings <stuart@apple.com>
Tue, 7 Sep 2010 20:39:07 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113281 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2007-10-01-BuildArrayRef.c

index 092bc4204d7905aa9a15936c435e54756f87854f..e87a5b6305403fc04f79e38b86e248df1c601c59 100644 (file)
@@ -3,7 +3,7 @@
 void func()
 {
    const int *arr;
-   arr[0] = 1;  // CXHECK: error: assignment of read-only location
+   arr[0] = 1;  // CHECK: error: assignment of read-only location
 }
 
 struct foo {