From f0ed580ea5cdc171973c1ac259a9ee21badb80d8 Mon Sep 17 00:00:00 2001 From: Zhanyong Wan Date: Wed, 9 Feb 2011 07:42:47 +0000 Subject: [PATCH] Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125182 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Frontend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Frontend/Makefile b/unittests/Frontend/Makefile index 1ac0dd64a5..cdbfb4c57c 100644 --- a/unittests/Frontend/Makefile +++ b/unittests/Frontend/Makefile @@ -1,4 +1,4 @@ -##===- unittests/ADT/Makefile ------------------------------*- Makefile -*-===## +##===- unittests/Frontend/Makefile -------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure #