diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-04-06 20:54:07 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-04-06 20:54:07 +0000 |
commit | 469d171ae2206bf959f6fb694c5eb1e7b3499449 (patch) | |
tree | 6d230d0af6515e7b177bedfb2c17de8ae36fbbd1 | |
parent | 2ac486e3879490e2003f70739723b25a81026895 (diff) | |
download | bcm5719-llvm-469d171ae2206bf959f6fb694c5eb1e7b3499449.tar.gz bcm5719-llvm-469d171ae2206bf959f6fb694c5eb1e7b3499449.zip |
Fix typo in doxy-comment.
llvm-svn: 129028
-rw-r--r-- | llvm/include/llvm/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Module.h b/llvm/include/llvm/Module.h index c7063f5e1c4..aef8eb890fe 100644 --- a/llvm/include/llvm/Module.h +++ b/llvm/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); |