From: Erik Pilkington Date: Tue, 21 Feb 2017 20:31:01 +0000 (+0000) Subject: Fix copy and paste mistake in header comment, NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7884e5fae3b25b1029d6977d84faafbdb2815616;p=clang Fix copy and paste mistake in header comment, NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295763 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjC.cpp b/lib/CodeGen/CGObjC.cpp index 304288de6d..913a2ea72e 100644 --- a/lib/CodeGen/CGObjC.cpp +++ b/lib/CodeGen/CGObjC.cpp @@ -1,4 +1,4 @@ -//===---- CGBuiltin.cpp - Emit LLVM Code for builtins ---------------------===// +//===---- CGObjC.cpp - Emit LLVM Code for Objective-C ---------------------===// // // The LLVM Compiler Infrastructure //