Skip to content

Commit 6c2e58c

Browse files
committed
adjust comments (again)
1 parent d241e33 commit 6c2e58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/COFF/DriverUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ void LinkerDriver::parseDosStub(StringRef path) {
252252
size_t bufferSize = stub->getBufferSize();
253253
const char *bufferStart = stub->getBufferStart();
254254
// MS link.exe compatibility:
255-
// 1. stub must greater than or equal to 64 bytes
255+
// 1. stub must be greater than or equal to 64 bytes
256256
// 2. stub must start with a valid dos signature 'MZ'
257257
if (bufferSize < 64)
258258
Err(ctx) << "/stub: stub must be greater than or equal to 64 bytes: "

0 commit comments

Comments
 (0)