From e450c0faf7e347697e6904db9ede75a275b0e8a4 Mon Sep 17 00:00:00 2001 From: Mingjie Xing Date: Wed, 19 Feb 2014 03:20:46 +0000 Subject: [PATCH] Fix a typo in a comment. llvm-svn: 201633 --- include/llvm/Analysis/CallGraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Analysis/CallGraph.h b/include/llvm/Analysis/CallGraph.h index 6b44546e76d..44cd3d0f706 100644 --- a/include/llvm/Analysis/CallGraph.h +++ b/include/llvm/Analysis/CallGraph.h @@ -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