diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-09-23 23:48:20 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-09-23 23:48:20 +0000 |
commit | e3365aa452673f7ea3244bb6638551f13ab7570d (patch) | |
tree | 9e6d23f63439fc430179236b403c43c1cd6af0dd | |
parent | 52779fb71795534d0447f6f4d4a6f6a7b09c4639 (diff) |
Fix header comment so we don't break emacs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114711 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Driver/Driver.cpp | 2 | ||||
-rw-r--r-- | lib/Driver/Tools.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 86e1161169..0555342bc8 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -1,4 +1,4 @@ -//===--- Driver.cpp - Clang GCC Compatible Driver -----------------------*-===// +//===--- Driver.cpp - Clang GCC Compatible Driver -------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 16339c4bd1..b986f7f1c0 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -1,4 +1,4 @@ -//===--- Tools.cpp - Tools Implementations ------------------------------*-===// +//===--- Tools.cpp - Tools Implementations --------------------------------===// // // The LLVM Compiler Infrastructure // |