summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-29 19:20:42 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-29 19:20:42 +0000
commit717582290f49791d469225715ba48da3b1652368 (patch)
tree06ceb7115077a73971bad6b3cffb44598670d9cf /include
parentbdfefc9c262fe29d9bf2932c7257dd3b2d2f4242 (diff)
downloadllvm-717582290f49791d469225715ba48da3b1652368.tar.gz
llvm-717582290f49791d469225715ba48da3b1652368.tar.bz2
llvm-717582290f49791d469225715ba48da3b1652368.tar.xz
Fix grammar (i.e.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 a4b675fd47..b27a7f303a 100644
--- a/include/llvm/Module.h
+++ b/include/llvm/Module.h
@@ -142,7 +142,7 @@ public:
/// getGlobalVariable - Look up the specified global variable in the module
/// symbol table. If it does not exist, return null. Note that this only
/// returns a global variable if it does not have internal linkage. The type
- /// argument should be the underlying type of the global, ie, it should not
+ /// argument should be the underlying type of the global, i.e., it should not
/// have the top-level PointerType, which represents the address of the
/// global.
///