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 | 000628da61a1fa5211e2f2565ecf2b2e18c60cf1 (patch) | |
tree | 3270a3a5baf5f520344ac305f60bfae3ac6e7546 | |
parent | c638161d382ae5a4ccb9401d5b3db83308d5c9e0 (diff) | |
download | bcm5719-llvm-000628da61a1fa5211e2f2565ecf2b2e18c60cf1.tar.gz bcm5719-llvm-000628da61a1fa5211e2f2565ecf2b2e18c60cf1.zip |
fix typo in file headers.
llvm-svn: 75436
-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. // //===----------------------------------------------------------------------===// |