Fix typo in a comment.
authorDevang Patel <dpatel@apple.com>
Wed, 3 Sep 2008 20:25:40 +0000 (20:25 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 3 Sep 2008 20:25:40 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55720 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/InlineAlways.cpp

index a4b5d6fbddd920b6b0b64aa03661d7dcca4e8a3b..5568937b02082b5c07f8f10c0fa2dfee076d9a5a 100644 (file)
@@ -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".
 //
 //===----------------------------------------------------------------------===//