Fix name.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65865 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Frontend/Makefile b/lib/Frontend/Makefile
index d009cff..70edfd5 100644
--- a/lib/Frontend/Makefile
+++ b/lib/Frontend/Makefile
@@ -1,4 +1,4 @@
-##===- clang/lib/Analysis/Makefile -------------------------*- Makefile -*-===##
+##===- clang/lib/Frontend/Makefile -------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,10 +6,6 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-#
-# This implements analyses built on top of source-level CFGs. 
-#
-##===----------------------------------------------------------------------===##
 
 LEVEL = ../../../..
 LIBRARYNAME := clangFrontend