fix typo; NFC

llvm-svn: 241629
This commit is contained in:
Sanjay Patel 2015-07-07 21:31:54 +00:00
parent a7b2690cb3
commit d4e1bb89e3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static std::string computeDataLayout(const Triple &TT, StringRef CPU,
if (!ABI.IsN64())
Ret += "-p:32:32";
// 8 and 16 bit integers only need no have natural alignment, but try to
// 8 and 16 bit integers only need to have natural alignment, but try to
// align them to 32 bits. 64 bit integers have natural alignment.
Ret += "-i8:8:32-i16:16:32-i64:64";