diff options
Diffstat (limited to 'include/llvm/Analysis/CallGraph.h')
-rw-r--r-- | include/llvm/Analysis/CallGraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/CallGraph.h b/include/llvm/Analysis/CallGraph.h index 0e9f614..9114eed 100644 --- a/include/llvm/Analysis/CallGraph.h +++ b/include/llvm/Analysis/CallGraph.h @@ -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). |