Fix typo.

llvm-svn: 79632
This commit is contained in:
Mike Stump 2009-08-21 15:22:41 +00:00
parent 9ae3bcb79e
commit c947a87655
1 changed files with 2 additions and 2 deletions

View 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