diff options
| -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.                                                             *|  |*                                                                            *|  | 

