From 3415c77f59342677d8ee56ea6c551152b2e326fd Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 29 Oct 2004 19:20:42 +0000 Subject: [PATCH] Fix grammar (i.e.) llvm-svn: 17343 --- llvm/include/llvm/Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Module.h b/llvm/include/llvm/Module.h index a4b675fd4766..b27a7f303a49 100644 --- a/llvm/include/llvm/Module.h +++ b/llvm/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. ///