Fix spelling.

llvm-svn: 9027
This commit is contained in:
Misha Brukman
2003-10-10 17:57:28 +00:00
parent d67697411a
commit 8b2bd4ed47
34 changed files with 72 additions and 70 deletions

View File

@@ -64,7 +64,7 @@ const Type *getStructOffsetType(const Type *Ty, unsigned &Offset,
Indices.push_back(ConstantSInt::get(Type::LongTy, Offset/ChildSize));
ThisOffset = (Offset/ChildSize)*ChildSize;
} else {
Offset = 0; // Return the offset that we were able to acheive
Offset = 0; // Return the offset that we were able to achieve
return Ty; // Return the leaf type
}