]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorMike Stump <mrs@apple.com>
Fri, 21 Aug 2009 15:22:41 +0000 (15:22 +0000)
committerMike Stump <mrs@apple.com>
Fri, 21 Aug 2009 15:22:41 +0000 (15:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79632 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/virt.cpp

index 939ccdf8aafe0393cb7855dce26c925c0e004f0e..68feb47690de981fbe133405481e87ea9cd901c8 100644 (file)
@@ -98,7 +98,7 @@ struct test6_B1 : virtual test6_B2 { virtual void funcB1(); };
 struct test6_D : test6_B2, virtual test6_B1 {
 };
 
-// CEHCK-LP32: .zerofill __DATA, __common, _d6, 2012, 4
+// CHECK-LP32: .zerofill __DATA, __common, _d6, 2012, 4
 // CHECK-LP64: .zerofill __DATA, __common, _d6, 2024, 4
 
 struct test7_B2 { virtual void funcB2(); };
@@ -107,7 +107,7 @@ struct test7_B1 : virtual test7_B2 { virtual void funcB1(); };
 struct test7_D : test7_B2, virtual test7_B1 {
 };
 
-// CEHCK-LP32: .zerofill __DATA, __common, _d7, 8, 3
+// CHECK-LP32: .zerofill __DATA, __common, _d7, 8, 3
 // CHECK-LP64: .zerofill __DATA, __common, _d7, 16, 3