From ee5772faaab01fb5328b9a53ece3c791b06210ac Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 26 Nov 2014 09:51:54 +0000 Subject: [PATCH] Fix comment in AArch64 ELF backend llvm-svn: 222814 --- lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h b/lld/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h index 92d3ee9..73d784e 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. /// //===----------------------------------------------------------------------===// -- 2.7.4