Skip to content

Commit 6a8a59b

Browse files
committed
update comments as well
1 parent 94ac28f commit 6a8a59b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lld/COFF/DriverUtils.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ void LinkerDriver::parseDosStub(StringRef path) {
253253
const char *bufferStart = stub->getBufferStart();
254254
// MS link.exe compatibility:
255255
// 1. stub must be greater than or equal to 64 bytes
256-
// 2. stub must be 8-byte aligned
257-
// 3. stub must be start with a valid dos signature 'MZ'
256+
// 2. stub must be start with a valid dos signature 'MZ'
258257
if (bufferSize < 0x40)
259258
Err(ctx) << "/stub: stub must be greater than or equal to 64 bytes: "
260259
<< path;

0 commit comments

Comments
 (0)