[llvm] r187598 - Update incorrect file headers.

Sean Silva silvas at purdue.edu
Thu Aug 1 11:42:28 PDT 2013


Author: silvas
Date: Thu Aug  1 13:42:28 2013
New Revision: 187598

URL: http://llvm.org/viewvc/llvm-project?rev=187598&view=rev
Log:
Update incorrect file headers.

One of these was spotted in review by Rafael.

Modified:
    llvm/trunk/unittests/Object/Makefile
    llvm/trunk/unittests/Support/Makefile

Modified: llvm/trunk/unittests/Object/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Object/Makefile?rev=187598&r1=187597&r2=187598&view=diff
==============================================================================
--- llvm/trunk/unittests/Object/Makefile (original)
+++ llvm/trunk/unittests/Object/Makefile Thu Aug  1 13:42:28 2013
@@ -1,4 +1,4 @@
-##===- unittests/IR/Makefile -------------------------------*- Makefile -*-===##
+##===- unittests/Object/Makefile ---------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #

Modified: llvm/trunk/unittests/Support/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/Makefile?rev=187598&r1=187597&r2=187598&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/Makefile (original)
+++ llvm/trunk/unittests/Support/Makefile Thu Aug  1 13:42:28 2013
@@ -1,4 +1,4 @@
-##===- unittests/ADT/Makefile ------------------------------*- Makefile -*-===##
+##===- unittests/Support/Makefile --------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #





More information about the llvm-commits mailing list