From 308da19bca9213c6ecde07056e4d26adf6176933 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Fri, 16 Jun 2017 20:58:26 +0000 Subject: [PATCH] [index] Fix typo: inferface -> interface 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 | 2 +- include/clang-c/Index.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/clang-c/CXCompilationDatabase.h b/include/clang-c/CXCompilationDatabase.h index 9359abfebf..29f89e52a6 100644 --- a/include/clang-c/CXCompilationDatabase.h +++ b/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/include/clang-c/Index.h b/include/clang-c/Index.h index 417ac9fd36..4241e43a96 100644 --- a/include/clang-c/Index.h +++ b/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. *| |* *| -- 2.50.1