Fix typo in a comment.

llvm-svn: 55720
This commit is contained in:
Devang Patel 2008-09-03 20:25:40 +00:00
parent d2fbb7aa32
commit 41331065dd

View 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".
//
//===----------------------------------------------------------------------===//