Fix a typo in a comment.
authorMingjie Xing <mingjie.xing@gmail.com>
Wed, 19 Feb 2014 03:20:46 +0000 (03:20 +0000)
committerMingjie Xing <mingjie.xing@gmail.com>
Wed, 19 Feb 2014 03:20:46 +0000 (03:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201633 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/CallGraph.h

index 6b44546e76d062367c9d1f54173349dc9f3ab85a..44cd3d0f706b12754dece2d4e7378ab67a9fcf8c 100644 (file)
@@ -12,8 +12,8 @@
 /// which is a very useful tool for interprocedural optimization.
 ///
 /// Every function in a module is represented as a node in the call graph.  The
-/// callgraph node keeps track of which functions the are called by the
-/// function corresponding to the node.
+/// callgraph node keeps track of which functions are called by the function
+/// corresponding to the node.
 ///
 /// A call graph may contain nodes where the function that they correspond to
 /// is null.  These 'external' nodes are used to represent control flow that is