diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-13 05:02:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-13 05:02:35 +0000 |
commit | f62aea30e2d6e340741b834cac837e19f2e37dba (patch) | |
tree | 78903c0a7a85790a1c4a36369f198425613527bc | |
parent | 8d9ebae7ba382d3151e4a7d336578d9b92f73c3c (diff) |
Fix file header.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44983 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Basic/LangOptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 // |