[lld] r222814 - Fix comment in AArch64 ELF backend

Will Newton will.newton at linaro.org
Wed Nov 26 01:51:56 PST 2014


Author: wnewton
Date: Wed Nov 26 03:51:54 2014
New Revision: 222814

URL: http://llvm.org/viewvc/llvm-project?rev=222814&view=rev
Log:
Fix comment in AArch64 ELF backend

Modified:
    lld/trunk/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h

Modified: lld/trunk/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h?rev=222814&r1=222813&r2=222814&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h Wed Nov 26 03:51:54 2014
@@ -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.
 ///
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list