[cfe-commits] r154880 - /cfe/trunk/lib/CodeGen/CodeGenModule.cpp
Eric Christopher
echristo at apple.com
Mon Apr 16 16:55:05 PDT 2012
Author: echristo
Date: Mon Apr 16 18:55:04 2012
New Revision: 154880
URL: http://llvm.org/viewvc/llvm-project?rev=154880&view=rev
Log:
Typo.
Modified:
cfe/trunk/lib/CodeGen/CodeGenModule.cpp
Modified: cfe/trunk/lib/CodeGen/CodeGenModule.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenModule.cpp?rev=154880&r1=154879&r2=154880&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenModule.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenModule.cpp Mon Apr 16 18:55:04 2012
@@ -1241,7 +1241,7 @@
/// 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) {
More information about the cfe-commits
mailing list