[llvm-commits] [llvm] r129028 - /llvm/trunk/include/llvm/Module.h
Nick Lewycky
nicholas at mxc.ca
Wed Apr 6 13:54:07 PDT 2011
Author: nicholas
Date: Wed Apr 6 15:54:07 2011
New Revision: 129028
URL: http://llvm.org/viewvc/llvm-project?rev=129028&view=rev
Log:
Fix typo in doxy-comment.
Modified:
llvm/trunk/include/llvm/Module.h
Modified: llvm/trunk/include/llvm/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Module.h?rev=129028&r1=129027&r2=129028&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Module.h (original)
+++ llvm/trunk/include/llvm/Module.h Wed Apr 6 15:54:07 2011
@@ -308,7 +308,7 @@
/// 1. If it does not exist, add a declaration of the global and return it.
/// 2. Else, the global exists but has the wrong type: return the function
/// with a constantexpr cast to the right type.
- /// 3. Finally, if the existing global is the correct delclaration, return
+ /// 3. Finally, if the existing global is the correct declaration, return
/// the existing global.
Constant *getOrInsertGlobal(StringRef Name, const Type *Ty);
More information about the llvm-commits
mailing list