From: Bob Wilson Date: Mon, 21 Apr 2014 01:23:36 +0000 (+0000) Subject: Fix a comment typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=201871de18c6e1a21561a05bc8df7075777e5166;p=clang Fix a comment typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206728 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp index 246f238e65..a7d250070d 100644 --- a/lib/CodeGen/TargetInfo.cpp +++ b/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