diff options
Diffstat (limited to 'lld/COFF/Chunks.h')
| -rw-r--r-- | lld/COFF/Chunks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/Chunks.h b/lld/COFF/Chunks.h index 5f2d8067c01..f8a0ddd8ef3 100644 --- a/lld/COFF/Chunks.h +++ b/lld/COFF/Chunks.h @@ -311,7 +311,7 @@ static const uint8_t ImportThunkARM64[] = { }; // Windows-specific. -// A chunk for DLL import jump table entry. In a final output, it's +// A chunk for DLL import jump table entry. In a final output, its // contents will be a JMP instruction to some __imp_ symbol. class ImportThunkChunkX64 : public Chunk { public: |

