[cfe-commits] r75436 - in /cfe/trunk/include/clang/Index: IndexProvider.h TranslationUnit.h
Chris Lattner
sabre at nondot.org
Sun Jul 12 15:31:03 PDT 2009
Author: lattner
Date: Sun Jul 12 17:31:02 2009
New Revision: 75436
URL: http://llvm.org/viewvc/llvm-project?rev=75436&view=rev
Log:
fix typo in file headers.
Modified:
cfe/trunk/include/clang/Index/IndexProvider.h
cfe/trunk/include/clang/Index/TranslationUnit.h
Modified: cfe/trunk/include/clang/Index/IndexProvider.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/IndexProvider.h?rev=75436&r1=75435&r2=75436&view=diff
==============================================================================
--- cfe/trunk/include/clang/Index/IndexProvider.h (original)
+++ cfe/trunk/include/clang/Index/IndexProvider.h Sun Jul 12 17:31:02 2009
@@ -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.
//
//===----------------------------------------------------------------------===//
//
Modified: cfe/trunk/include/clang/Index/TranslationUnit.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/TranslationUnit.h?rev=75436&r1=75435&r2=75436&view=diff
==============================================================================
--- cfe/trunk/include/clang/Index/TranslationUnit.h (original)
+++ cfe/trunk/include/clang/Index/TranslationUnit.h Sun Jul 12 17:31:02 2009
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list