From 56a906cb66ee5729ce2c291e3f310531b8ebabd1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 12 Jul 2009 22:31:02 +0000 Subject: [PATCH] fix typo in file headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75436 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Index/IndexProvider.h | 2 +- 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. // //===----------------------------------------------------------------------===// -- 2.50.1