From d544a9dc87f157d0febcafda3e23c488bbd67022 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Thu, 1 Aug 2013 18:42:28 +0000 Subject: [PATCH] Update incorrect file headers. One of these was spotted in review by Rafael. llvm-svn: 187598 --- llvm/unittests/Object/Makefile | 2 +- llvm/unittests/Support/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/unittests/Object/Makefile b/llvm/unittests/Object/Makefile index 0788a62..9062149 100644 --- a/llvm/unittests/Object/Makefile +++ b/llvm/unittests/Object/Makefile @@ -1,4 +1,4 @@ -##===- unittests/IR/Makefile -------------------------------*- Makefile -*-===## +##===- unittests/Object/Makefile ---------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # diff --git a/llvm/unittests/Support/Makefile b/llvm/unittests/Support/Makefile index 815bdd2..9c0a7f9 100644 --- a/llvm/unittests/Support/Makefile +++ b/llvm/unittests/Support/Makefile @@ -1,4 +1,4 @@ -##===- unittests/ADT/Makefile ------------------------------*- Makefile -*-===## +##===- unittests/Support/Makefile --------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # -- 2.7.4