]> granicus.if.org Git - clang/commitdiff
Fix spelling.
authorMike Stump <mrs@apple.com>
Fri, 13 Feb 2009 19:38:12 +0000 (19:38 +0000)
committerMike Stump <mrs@apple.com>
Fri, 13 Feb 2009 19:38:12 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64482 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBlocks.cpp

index e82569e281c4ca98769667900210cf704b6ed29b..8c7e82e61c0ddd11666bd19b46e3dd66115aa18f 100644 (file)
@@ -79,7 +79,7 @@ llvm::Constant *CodeGenModule::getNSConcreteGlobalBlock() {
 
   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 @@ llvm::Constant *CodeGenModule::getNSConcreteStackBlock() {
 
   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