From 5200fdf077308ca1ca57c48288713e1285429744 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sat, 28 Sep 2013 01:08:00 +0000 Subject: Fix typo llvm-svn: 191595 --- llvm/lib/IR/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/IR') diff --git a/llvm/lib/IR/Module.cpp b/llvm/lib/IR/Module.cpp index 968b8f4b904..ba4ee7f6a68 100644 --- a/llvm/lib/IR/Module.cpp +++ b/llvm/lib/IR/Module.cpp @@ -245,7 +245,7 @@ GlobalVariable *Module::getGlobalVariable(StringRef Name, bool AllowLocal) { /// 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 the +/// 3. Finally, if the existing global is the correct declaration, return the /// existing global. Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { // See if we have a definition for the specified global already. -- cgit v1.2.3