Fix typo in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2008-09-03 20:25:40 +00:00
parent 3d566ddd05
commit 7946e7b8a4

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