From b0923771c90070d91d685a20f2e774754365a27c Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 6 Apr 2011 20:54:07 +0000 Subject: [PATCH] Fix typo in doxy-comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129028 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Module.h b/include/llvm/Module.h index c7063f5e1c4..aef8eb890fe 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -308,7 +308,7 @@ public: /// 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);