Spelling. Thanks, Eric.
authorAdrian Prantl <aprantl@apple.com>
Tue, 30 Apr 2013 17:33:32 +0000 (17:33 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 30 Apr 2013 17:33:32 +0000 (17:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180794 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/InlineFunction.cpp

index ae9300a40ad4396cdd208b574b33574462d4c9ad..019f40dda89850713249fc2b685139994a068d25 100644 (file)
@@ -861,7 +861,7 @@ bool llvm::InlineFunction(CallSite CS, InlineFunctionInfo &IFI,
       RI->eraseFromParent();
     }
     // We need to set the debug location to *somewhere* inside the
-    // inlined function. The line number may be nonsentical, but the
+    // inlined function. The line number may be nonsensical, but the
     // instruction will at least be associated with the right
     // function.
     if (CreatedBranchToNormalDest)