Fix comment in AArch64 ELF backend

llvm-svn: 222814
This commit is contained in:
Will Newton 2014-11-26 09:51:54 +00:00
parent e5d74867aa
commit ee5772faaa
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///
//===----------------------------------------------------------------------===//