Fix a typo in a comment.
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 26 Apr 2004 16:26:21 +0000 (16:26 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 26 Apr 2004 16:26:21 +0000 (16:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13174 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/CallGraph.h

index 0e9f614e382d7a37124646ad23d20228be4daa24..9114eed9d3b3c8ea5feb2e6f5deb1fccf85c4e73 100644 (file)
@@ -41,7 +41,7 @@
 // transformations.
 //
 // The CallGraph class also attempts to figure out what the root of the
 // 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).
 // 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).