[index] Fix typo: inferface -> interface

Reviewers: arphaman

Reviewed By: arphaman

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D33253

llvm-svn: 305588
This commit is contained in:
Marc-Andre Laperle 2017-06-16 20:58:26 +00:00
parent 4fc36ae50d
commit f9abd4097e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
|* *| |* *|
|*===----------------------------------------------------------------------===*| |*===----------------------------------------------------------------------===*|
|* *| |* *|
|* This header provides a public inferface to use CompilationDatabase without *| |* This header provides a public interface to use CompilationDatabase without *|
|* the full Clang C++ API. *| |* the full Clang C++ API. *|
|* *| |* *|
\*===----------------------------------------------------------------------===*/ \*===----------------------------------------------------------------------===*/

View File

@ -7,7 +7,7 @@
|* *| |* *|
|*===----------------------------------------------------------------------===*| |*===----------------------------------------------------------------------===*|
|* *| |* *|
|* This header provides a public inferface to a Clang library for extracting *| |* This header provides a public interface to a Clang library for extracting *|
|* high-level symbol information from source files without exposing the full *| |* high-level symbol information from source files without exposing the full *|
|* Clang C++ API. *| |* Clang C++ API. *|
|* *| |* *|