Fix spelling.

llvm-svn: 64482
This commit is contained in:
Mike Stump 2009-02-13 19:38:12 +00:00
parent 2c867aec40
commit 52d9c49d88
1 changed files with 2 additions and 2 deletions

View 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