[cfe-commits] r64482 - /cfe/trunk/lib/CodeGen/CGBlocks.cpp

Mike Stump mrs at apple.com
Fri Feb 13 11:38:12 PST 2009


Author: mrs
Date: Fri Feb 13 13:38:12 2009
New Revision: 64482

URL: http://llvm.org/viewvc/llvm-project?rev=64482&view=rev
Log:
Fix spelling.

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

Modified: cfe/trunk/lib/CodeGen/CGBlocks.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGBlocks.cpp?rev=64482&r1=64481&r2=64482&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGBlocks.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGBlocks.cpp Fri Feb 13 13:38:12 2009
@@ -79,7 +79,7 @@
 
   const llvm::PointerType *PtrToInt8Ty
     = llvm::PointerType::getUnqual(llvm::Type::Int8Ty);
-  // FIXME: Wee should have a CodeGenModule::AddRuntimeVariable that does the
+  // FIXME: We should have a CodeGenModule::AddRuntimeVariable that does the
   // same thing as CreateRuntimeFunction if there's already a variable with
   // the same name.
   NSConcreteGlobalBlock
@@ -97,7 +97,7 @@
 
   const llvm::PointerType *PtrToInt8Ty
     = llvm::PointerType::getUnqual(llvm::Type::Int8Ty);
-  // FIXME: Wee should have a CodeGenModule::AddRuntimeVariable that does the
+  // FIXME: We should have a CodeGenModule::AddRuntimeVariable that does the
   // same thing as CreateRuntimeFunction if there's already a variable with
   // the same name.
   NSConcreteStackBlock





More information about the cfe-commits mailing list