From f62aea30e2d6e340741b834cac837e19f2e37dba Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 13 Dec 2007 05:02:35 +0000 Subject: [PATCH] Fix file header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44983 91177308-0d34-0410-b5e6-96231b3b80d8 --- Basic/LangOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basic/LangOptions.cpp b/Basic/LangOptions.cpp index f12c77dbc4..ef12bea4df 100644 --- a/Basic/LangOptions.cpp +++ b/Basic/LangOptions.cpp @@ -1,4 +1,4 @@ -//===--- SourceManager.cpp - Track and cache source files -----------------===// +//===--- LangOptions.cpp - Language feature info --------------------------===// // // The LLVM Compiler Infrastructure // -- 2.50.1