From 6feb7523b8a49c68dddc127549cf1af954df9131 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 16 Feb 2009 04:26:53 +0000 Subject: [PATCH] Fix typo caused by too much surfing, dudes... llvm-svn: 64626 --- lib/Transforms/Utils/InlineCost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Utils/InlineCost.cpp b/lib/Transforms/Utils/InlineCost.cpp index 69cd9343f8c..b9f13d923b5 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 //