Grammar.
authorEric Christopher <echristo@apple.com>
Tue, 13 Jul 2010 18:27:13 +0000 (18:27 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 13 Jul 2010 18:27:13 +0000 (18:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108252 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/Inliner.cpp

index 027a220bc7f989c0cd3dbc2b66446a82a75b495d..9bb01f5699fe3b8b4818841f473fe87545993ab4 100644 (file)
@@ -399,7 +399,7 @@ bool Inliner::runOnSCC(CallGraphSCC &SCC) {
         // We can only inline direct calls to non-declarations.
         if (Callee == 0 || Callee->isDeclaration()) continue;
       
-        // If this call sites was obtained by inlining another function, verify
+        // If this call site was obtained by inlining another function, verify
         // that the include path for the function did not include the callee
         // itself.  If so, we'd be recursively inlinling the same function,
         // which would provide the same callsites, which would cause us to