From: Jeroen Ketema Date: Mon, 4 Jan 2016 12:22:34 +0000 (+0000) Subject: [MC] Fix file name in file header X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0abac95f653ee93aabbb0c800701923f8f99eafd;p=oota-llvm.git [MC] Fix file name in file header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256749 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCObjectFileInfo.cpp b/lib/MC/MCObjectFileInfo.cpp index 028f2e955b2..34f49cac162 100644 --- a/lib/MC/MCObjectFileInfo.cpp +++ b/lib/MC/MCObjectFileInfo.cpp @@ -1,4 +1,4 @@ -//===-- MObjectFileInfo.cpp - Object File Information ---------------------===// +//===-- MCObjectFileInfo.cpp - Object File Information --------------------===// // // The LLVM Compiler Infrastructure //