diff options
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r-- | lld/ELF/Target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index 00c93a9c2e6..effa6001f6d 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -73,7 +73,7 @@ public: virtual bool adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end, uint8_t stOther) const; - // Return true if we can reach Dst from Src with Relocation RelocType + // Return true if we can reach dst from src with RelType type. virtual bool inBranchRange(RelType type, uint64_t src, uint64_t dst) const; |