commit | 9227e108eb8f5cf4ed9d7b2591daa53e95f9aa6c | [log] [tgz] |
---|---|---|
author | Erik Pilkington <erik.pilkington@gmail.com> | Tue Feb 21 20:31:01 2017 +0000 |
committer | Erik Pilkington <erik.pilkington@gmail.com> | Tue Feb 21 20:31:01 2017 +0000 |
tree | 47726f30ca3bc6a12c6f1978165de12965a0f966 | |
parent | 1fd19c6e5df00c8a9025a0d62d0f37c0643072ed [diff] [blame] |
Fix copy and paste mistake in header comment, NFC. llvm-svn: 295763
diff --git a/clang/lib/CodeGen/CGObjC.cpp b/clang/lib/CodeGen/CGObjC.cpp index 304288d..913a2ea 100644 --- a/clang/lib/CodeGen/CGObjC.cpp +++ b/clang/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 //