Fix comment typo.

llvm-svn: 118016
This commit is contained in:
Duncan Sands 2010-11-02 15:12:48 +00:00
parent 1651d8cdb3
commit 47a8976f28

View File

@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// This header provides a C API to use the LLVM link time optimization
// library. This is inteded to be used by linkers which are C-only in
// library. This is intended to be used by linkers which are C-only in
// their implementation for performing LTO.
//
//===----------------------------------------------------------------------===//