]> granicus.if.org Git - clang/commitdiff
fix typo in file headers.
authorChris Lattner <sabre@nondot.org>
Sun, 12 Jul 2009 22:31:02 +0000 (22:31 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Jul 2009 22:31:02 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75436 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Index/IndexProvider.h
include/clang/Index/TranslationUnit.h

index abd436cc82330996c2a77fe263469e27d999a312..51fa75f0fe5dbdb255465e649e1ec008ead9b843 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 //
index d0171422de81c02e9165f5be19d89342e2f4629b..06c42dc4e57227008a3e8f79f793459b9329310e 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//