diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-12 22:31:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-12 22:31:02 +0000 |
commit | 56a906cb66ee5729ce2c291e3f310531b8ebabd1 (patch) | |
tree | 6a70723154efae1d492032c5eeaeca2b1fcef50e | |
parent | 176e8d404f49952104a136635a4bbfe31a927a50 (diff) |
fix typo in file headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75436 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Index/IndexProvider.h | 2 | ||||
-rw-r--r-- | include/clang/Index/TranslationUnit.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/clang/Index/IndexProvider.h b/include/clang/Index/IndexProvider.h index abd436cc82..51fa75f0fe 100644 --- a/include/clang/Index/IndexProvider.h +++ b/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/include/clang/Index/TranslationUnit.h b/include/clang/Index/TranslationUnit.h index d0171422de..06c42dc4e5 100644 --- a/include/clang/Index/TranslationUnit.h +++ b/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. // //===----------------------------------------------------------------------===// |