diff options
-rw-r--r-- | lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h b/lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h index 92d3ee9174a..73d784e3b52 100644 --- a/lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h +++ b/lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// /// /// \file -/// \brief Declares the relocation processing pass for x86-64. This includes +/// \brief Declares the relocation processing pass for AArch64. This includes /// GOT and PLT entries, TLS, COPY, and ifunc. /// //===----------------------------------------------------------------------===// |