Fix grammar (i.e.)
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 29 Oct 2004 19:20:42 +0000 (19:20 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 29 Oct 2004 19:20:42 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17343 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index a4b675fd476602504a11c6773c2accd99bc9100d..b27a7f303a49112263b3d6c3e182568335487ffc 100644 (file)
@@ -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.
   ///