From: Devang Patel Date: Mon, 4 Oct 2010 21:15:33 +0000 (+0000) Subject: Fix filename in header comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daaf1de7c5f975b77798c551aaefeb36349e5ca7;p=clang Fix filename in header comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115561 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGCXX.cpp b/lib/CodeGen/CGCXX.cpp index 3dd5a75856..961233aab6 100644 --- a/lib/CodeGen/CGCXX.cpp +++ b/lib/CodeGen/CGCXX.cpp @@ -1,4 +1,4 @@ -//===--- CGDecl.cpp - Emit LLVM Code for declarations ---------------------===// +//===--- CGCXX.cpp - Emit LLVM Code for declarations ----------------------===// // // The LLVM Compiler Infrastructure //