[llvm-commits] CVS: llvm/include/llvm/Module.h
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 29 12:20:53 PDT 2004
Changes in directory llvm/include/llvm:
Module.h updated: 1.52 -> 1.53
---
Log message:
Fix grammar (i.e.)
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.52 llvm/include/llvm/Module.h:1.53
--- llvm/include/llvm/Module.h:1.52 Tue Sep 14 00:43:23 2004
+++ llvm/include/llvm/Module.h Fri Oct 29 14:20:42 2004
@@ -142,7 +142,7 @@
/// 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.
///
More information about the llvm-commits
mailing list