From: Chris Lattner Date: Sun, 12 Jul 2009 22:31:02 +0000 (+0000) Subject: fix typo in file headers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56a906cb66ee5729ce2c291e3f310531b8ebabd1;p=clang fix typo in file headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75436 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. // //===----------------------------------------------------------------------===//