summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2014-04-21 01:23:36 +0000
committerBob Wilson <bob.wilson@apple.com>2014-04-21 01:23:36 +0000
commit3abf169549f1531324961842388d318ffc3b95a4 (patch)
treeceb14f507189fb9e78e9e6477fe05d8f1f3efbcf
parente9907ba16e6ba25305a3226afb667d28fca1a4a0 (diff)
downloadbcm5719-llvm-3abf169549f1531324961842388d318ffc3b95a4.tar.gz
bcm5719-llvm-3abf169549f1531324961842388d318ffc3b95a4.zip
Fix a comment typo.
llvm-svn: 206728
-rw-r--r--clang/lib/CodeGen/TargetInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.cpp b/clang/lib/CodeGen/TargetInfo.cpp
index 246f238e658..a7d250070da 100644
--- a/clang/lib/CodeGen/TargetInfo.cpp
+++ b/clang/lib/CodeGen/TargetInfo.cpp
@@ -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
OpenPOWER on IntegriCloud