summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-16 04:26:53 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-16 04:26:53 +0000
commit586a7c4a3723142fddb4011d417584c2f0e50d37 (patch)
treec87931f748ca38ce7a3b99af237dcd0d31a22e27
parentebcd4af3878449009e18fbcf77d449985e018877 (diff)
downloadllvm-586a7c4a3723142fddb4011d417584c2f0e50d37.tar.gz
llvm-586a7c4a3723142fddb4011d417584c2f0e50d37.tar.bz2
llvm-586a7c4a3723142fddb4011d417584c2f0e50d37.tar.xz
Fix typo caused by too much surfing, dudes...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64626 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/Utils/InlineCost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/InlineCost.cpp b/lib/Transforms/Utils/InlineCost.cpp
index 69cd9343f8..b9f13d923b 100644
--- a/lib/Transforms/Utils/InlineCost.cpp
+++ b/lib/Transforms/Utils/InlineCost.cpp
@@ -1,4 +1,4 @@
-//===- InlineCoast.cpp - Cost analysis for inliner ------------------------===//
+//===- InlineCost.cpp - Cost analysis for inliner -------------------------===//
//
// The LLVM Compiler Infrastructure
//