Fix a funny typo.

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

llvm-svn: 196344
This commit is contained in:
Rafael Espindola 2013-12-04 02:26:54 +00:00
parent c765e40e3a
commit cd5c36b48b

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...