Fix a comment.

llvm-svn: 120199
This commit is contained in:
Daniel Dunbar 2010-11-27 07:39:37 +00:00
parent 9ff2982261
commit a9f9d6d2db

View File

@ -229,8 +229,7 @@ public:
Write32(CPUSubtype);
Write32(macho::HFT_Object);
Write32(NumLoadCommands); // Object files have a single load command, the
// segment.
Write32(NumLoadCommands);
Write32(LoadCommandsSize);
Write32(Flags);
if (Is64Bit)