diff options
author | Marc-Andre Laperle <marc-andre.laperle@ericsson.com> | 2017-06-16 20:58:26 +0000 |
---|---|---|
committer | Marc-Andre Laperle <marc-andre.laperle@ericsson.com> | 2017-06-16 20:58:26 +0000 |
commit | f9abd4097e259482cfa2e17df291d7ba294121e0 (patch) | |
tree | 44601ce7f91181ca1b70c08bd877722bb464eb2e | |
parent | 4fc36ae50d64e3cf83ba3e9d5e44e5a9f9204680 (diff) | |
download | bcm5719-llvm-f9abd4097e259482cfa2e17df291d7ba294121e0.tar.gz bcm5719-llvm-f9abd4097e259482cfa2e17df291d7ba294121e0.zip |
[index] Fix typo: inferface -> interface
Reviewers: arphaman
Reviewed By: arphaman
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D33253
llvm-svn: 305588
-rw-r--r-- | clang/include/clang-c/CXCompilationDatabase.h | 2 | ||||
-rw-r--r-- | clang/include/clang-c/Index.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang-c/CXCompilationDatabase.h b/clang/include/clang-c/CXCompilationDatabase.h index 9359abfebfe..29f89e52a6e 100644 --- a/clang/include/clang-c/CXCompilationDatabase.h +++ b/clang/include/clang-c/CXCompilationDatabase.h @@ -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. *| |* *| \*===----------------------------------------------------------------------===*/ diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 417ac9fd369..4241e43a969 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -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. *| |* *| |