aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-04-06 20:54:07 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-04-06 20:54:07 +0000
commitb0923771c90070d91d685a20f2e774754365a27c (patch)
tree584cf270e969133484d8566c8223cbee5eedd3df
parent4d81c9a6ba076e86671eebb9a0c533a45f357d2d (diff)
downloadexternal_llvm-b0923771c90070d91d685a20f2e774754365a27c.zip
external_llvm-b0923771c90070d91d685a20f2e774754365a27c.tar.gz
external_llvm-b0923771c90070d91d685a20f2e774754365a27c.tar.bz2
Fix typo in doxy-comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129028 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index c7063f5..aef8eb8 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);