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 /lib/Driver/Driver.cpp | |
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
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r-- | lib/Driver/Driver.cpp | 2 |
1 files changed, 1 insertions, 1 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 // |