From: Duncan Sands Date: Tue, 2 Nov 2010 15:12:48 +0000 (+0000) Subject: Fix comment typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c8a7156e3c036d7b6e61ac4ad2dbe5bb9e4e6df;p=oota-llvm.git Fix comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118016 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/LinkTimeOptimizer.h b/include/llvm-c/LinkTimeOptimizer.h index ccfdceed026..fca394681c7 100644 --- a/include/llvm-c/LinkTimeOptimizer.h +++ b/include/llvm-c/LinkTimeOptimizer.h @@ -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. // //===----------------------------------------------------------------------===//