diff options
-rw-r--r-- | clang/include/clang/Index/IndexProvider.h | 2 | ||||
-rw-r--r-- | clang/include/clang/Index/TranslationUnit.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/clang/include/clang/Index/IndexProvider.h b/clang/include/clang/Index/IndexProvider.h index abd436cc823..51fa75f0fe5 100644 --- a/clang/include/clang/Index/IndexProvider.h +++ b/clang/include/clang/Index/IndexProvider.h @@ -3,7 +3,7 @@ // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source -// License. See LICENSaE.TXT for details. +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // diff --git a/clang/include/clang/Index/TranslationUnit.h b/clang/include/clang/Index/TranslationUnit.h index d0171422de8..06c42dc4e57 100644 --- a/clang/include/clang/Index/TranslationUnit.h +++ b/clang/include/clang/Index/TranslationUnit.h @@ -3,11 +3,11 @@ // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source -// License. See LICENSaE.TXT for details. +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // -// Abstract interface for a translation unit +// Abstract interface for a translation unit. // //===----------------------------------------------------------------------===// |