Fix a funny typo.

Thanks for j`ey and Sean Silva for noticing it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196344 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2013-12-04 02:26:54 +00:00
parent fe50a2661d
commit 045d547516

View File

@ -845,7 +845,7 @@ void WinCOFFObjectWriter::WriteObject(MCAssembler &Asm,
Header.PointerToSymbolTable = offset;
// We want a deterministic output. It looks like GUN as also writes 0 in here.
// We want a deterministic output. It looks like GNU as also writes 0 in here.
Header.TimeDateStamp = 0;
// Write it all to disk...