r206728 - Fix a comment typo.

Bob Wilson bob.wilson at apple.com
Sun Apr 20 18:23:37 PDT 2014


Author: bwilson
Date: Sun Apr 20 20:23:36 2014
New Revision: 206728

URL: http://llvm.org/viewvc/llvm-project?rev=206728&view=rev
Log:
Fix a comment typo.

Modified:
    cfe/trunk/lib/CodeGen/TargetInfo.cpp

Modified: cfe/trunk/lib/CodeGen/TargetInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/TargetInfo.cpp?rev=206728&r1=206727&r2=206728&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/TargetInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/TargetInfo.cpp Sun Apr 20 20:23:36 2014
@@ -3464,7 +3464,7 @@ static llvm::Value *EmitAArch64VAArg(llv
   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





More information about the cfe-commits mailing list