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(); };
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