diff options
Diffstat (limited to 'lib/Analysis/IPA/IPModRef.cpp')
-rw-r--r-- | lib/Analysis/IPA/IPModRef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/IPModRef.cpp b/lib/Analysis/IPA/IPModRef.cpp index 86bddc8a8d..a90b5c62b0 100644 --- a/lib/Analysis/IPA/IPModRef.cpp +++ b/lib/Analysis/IPA/IPModRef.cpp @@ -183,7 +183,7 @@ DSGraph* FunctionModRefInfo::ResolveCallSiteModRefInfo(CallInst &CI, // Compute Mod/Ref bit vectors for a single call site. // These are copies of the Read/Write flags from the nodes of -// the graph produced by clearing all flags in teh caller's TD graph +// the graph produced by clearing all flags in the caller's TD graph // and then inlining the callee's BU graph into the caller's TD graph. // void |