[index] Fix typo: inferface -> interface
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 16 Jun 2017 20:58:26 +0000 (20:58 +0000)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 16 Jun 2017 20:58:26 +0000 (20:58 +0000)
Reviewers: arphaman

Reviewed By: arphaman

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305588 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/CXCompilationDatabase.h
include/clang-c/Index.h

index 9359abfebfe077c951c2555ae1434b7ba6dcaae2..29f89e52a6e3da8bce5880c75a05c9ccb46cde4e 100644 (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.                                                    *|
 |*                                                                            *|
 \*===----------------------------------------------------------------------===*/
index 417ac9fd369a1bea30002b0015923b39e918946b..4241e43a96976f2b5980f75b6e99093d6e60d655 100644 (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  *|
 |* Clang C++ API.                                                             *|
 |*                                                                            *|