[llvm-commits] CVS: llvm/include/llvm/Analysis/CallGraph.h
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Apr 26 11:26:04 PDT 2004
Changes in directory llvm/include/llvm/Analysis:
CallGraph.h updated: 1.35 -> 1.36
---
Log message:
Fix a typo in a comment.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Analysis/CallGraph.h
diff -u llvm/include/llvm/Analysis/CallGraph.h:1.35 llvm/include/llvm/Analysis/CallGraph.h:1.36
--- llvm/include/llvm/Analysis/CallGraph.h:1.35 Tue Apr 20 16:52:12 2004
+++ llvm/include/llvm/Analysis/CallGraph.h Mon Apr 26 11:26:21 2004
@@ -41,7 +41,7 @@
// transformations.
//
// The CallGraph class also attempts to figure out what the root of the
-// CallGraph is, which is currently does by looking for a function named 'main'.
+// CallGraph is, which it currently does by looking for a function named 'main'.
// If no function named 'main' is found, the external node is used as the entry
// node, reflecting the fact that any function without internal linkage could
// be called into (which is common for libraries).
More information about the llvm-commits
mailing list