diff options
author | Eric Christopher <echristo@apple.com> | 2012-04-16 23:55:04 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-04-16 23:55:04 +0000 |
commit | 365e309ccb2fef9850852d683e359c24b09efcfb (patch) | |
tree | 46527b8a5784a00d7411986d2240196af94709b0 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 7df0240e5282f3d396e67718aca6eadc862174c3 (diff) | |
download | bcm5719-llvm-365e309ccb2fef9850852d683e359c24b09efcfb.tar.gz bcm5719-llvm-365e309ccb2fef9850852d683e359c24b09efcfb.zip |
Typo.
llvm-svn: 154880
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index c0ccf4de4c9..9a55c084800 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -1241,7 +1241,7 @@ CodeGenModule::CreateOrReplaceCXXRuntimeVariable(StringRef Name, /// GetAddrOfGlobalVar - Return the llvm::Constant for the address of the /// given global variable. If Ty is non-null and if the global doesn't exist, -/// then it will be greated with the specified type instead of whatever the +/// then it will be created with the specified type instead of whatever the /// normal requested type would be. llvm::Constant *CodeGenModule::GetAddrOfGlobalVar(const VarDecl *D, llvm::Type *Ty) { |