[llvm-commits] [llvm] r55720 - /llvm/trunk/lib/Transforms/IPO/InlineAlways.cpp
Devang Patel
dpatel at apple.com
Wed Sep 3 13:25:40 PDT 2008
Author: dpatel
Date: Wed Sep 3 15:25:40 2008
New Revision: 55720
URL: http://llvm.org/viewvc/llvm-project?rev=55720&view=rev
Log:
Fix typo in a comment.
Modified:
llvm/trunk/lib/Transforms/IPO/InlineAlways.cpp
Modified: llvm/trunk/lib/Transforms/IPO/InlineAlways.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/InlineAlways.cpp?rev=55720&r1=55719&r2=55720&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/InlineAlways.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/InlineAlways.cpp Wed Sep 3 15:25:40 2008
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements a custom inliner that handles only functions that
-// are markes as "always inline".
+// are marked as "always inline".
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list