diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-19 22:09:21 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-19 22:09:21 +0000 |
commit | c29e6a4f16424ef5bd13793d1f48774413c8dcad (patch) | |
tree | a30c240252275afe4379570eb7489827fd95da4c | |
parent | e9adf92ec6a777a0261103adc28efe0f1d1040ef (diff) |
Fix file comment header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18018 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 7c525ef86f..6d27a5d68a 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,4 +1,4 @@ -#===- lib/Target/Makefile ------------------------------*- Makefile -*-===## +#===- lib/Target/Makefile ----------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # |