Fix a comment typo.

llvm-svn: 206728
This commit is contained in:
Bob Wilson 2014-04-21 01:23:36 +00:00
parent e9907ba16e
commit 3abf169549
1 changed files with 1 additions and 1 deletions

View File

@ -3464,7 +3464,7 @@ static llvm::Value *EmitAArch64VAArg(llvm::Value *VAListAddr, QualType Ty,
CGF.Builder.CreateCondBr(UsingStack, OnStackBlock, MaybeRegBlock);
// Otherwise, at least some kind of argument could go in these registers, the
// quesiton is whether this particular type is too big.
// question is whether this particular type is too big.
CGF.EmitBlock(MaybeRegBlock);
// Integer arguments may need to correct register alignment (for example a