From: Nick Lewycky Date: Mon, 16 Feb 2009 04:26:53 +0000 (+0000) Subject: Fix typo caused by too much surfing, dudes... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=586a7c4a3723142fddb4011d417584c2f0e50d37;p=oota-llvm.git 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 --- 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 //