diff options
| author | Devang Patel <dpatel@apple.com> | 2008-09-03 20:25:40 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2008-09-03 20:25:40 +0000 |
| commit | 1cd3a415b1e5d5420c2125eb523d7605779f9b94 (patch) | |
| tree | 05e1c9f43937997e3fbc724b25089e89b873ff9e /lib/Transforms/IPO | |
| parent | 943b189dfdeb5ba0a950ff0591a64de232a4bc12 (diff) | |
| download | external_llvm-1cd3a415b1e5d5420c2125eb523d7605779f9b94.zip external_llvm-1cd3a415b1e5d5420c2125eb523d7605779f9b94.tar.gz external_llvm-1cd3a415b1e5d5420c2125eb523d7605779f9b94.tar.bz2 | |
Fix typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO')
| -rw-r--r-- | lib/Transforms/IPO/InlineAlways.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/InlineAlways.cpp b/lib/Transforms/IPO/InlineAlways.cpp index a4b5d6f..5568937 100644 --- a/lib/Transforms/IPO/InlineAlways.cpp +++ b/lib/Transforms/IPO/InlineAlways.cpp @@ -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". // //===----------------------------------------------------------------------===// |
