summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-02-13 19:38:12 +0000
committerMike Stump <mrs@apple.com>2009-02-13 19:38:12 +0000
commit52d9c49d88ca1af35cbed6b2677c136d48a96c5f (patch)
tree6be10f9297ab3c1b62bd255b62f66db1e9f6546b /clang/lib
parent2c867aec4042dd12218eae4cc55ca5e30f85487e (diff)
downloadbcm5719-llvm-52d9c49d88ca1af35cbed6b2677c136d48a96c5f.tar.gz
bcm5719-llvm-52d9c49d88ca1af35cbed6b2677c136d48a96c5f.zip
Fix spelling.
llvm-svn: 64482
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/CGBlocks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp
index e82569e281c..8c7e82e61c0 100644
--- a/clang/lib/CodeGen/CGBlocks.cpp
+++ b/clang/lib/CodeGen/CGBlocks.cpp
@@ -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
OpenPOWER on IntegriCloud