From 8beccf9e6df1208362f1a2e3339e64b156627853 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 30 Apr 2013 17:33:32 +0000 Subject: Spelling. Thanks, Eric. llvm-svn: 180794 --- llvm/lib/Transforms/Utils/InlineFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Transforms/Utils/InlineFunction.cpp b/llvm/lib/Transforms/Utils/InlineFunction.cpp index ae9300a40ad..019f40dda89 100644 --- a/llvm/lib/Transforms/Utils/InlineFunction.cpp +++ b/llvm/lib/Transforms/Utils/InlineFunction.cpp @@ -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) -- cgit v1.2.3