]> granicus.if.org Git - clang/commitdiff
Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Mon, 21 Apr 2014 01:23:36 +0000 (01:23 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 21 Apr 2014 01:23:36 +0000 (01:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206728 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetInfo.cpp

index 246f238e65822af8cfcdb59d02b0030d900c884d..a7d250070da073ee2cbe84b4cdfca979c3720d1f 100644 (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