From 5a02dc46cbb4a5d16784feb105e1f434f3c4a76a Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Mon, 4 Jan 2016 12:22:34 +0000 Subject: [PATCH] [MC] Fix file name in file header llvm-svn: 256749 --- llvm/lib/MC/MCObjectFileInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/MC/MCObjectFileInfo.cpp b/llvm/lib/MC/MCObjectFileInfo.cpp index 028f2e955b21..34f49cac1628 100644 --- a/llvm/lib/MC/MCObjectFileInfo.cpp +++ b/llvm/lib/MC/MCObjectFileInfo.cpp @@ -1,4 +1,4 @@ -//===-- MObjectFileInfo.cpp - Object File Information ---------------------===// +//===-- MCObjectFileInfo.cpp - Object File Information --------------------===// // // The LLVM Compiler Infrastructure //