[lld] r268486 - [ELF][MIPS] Fix typo in the comment. NFC.

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 03:15:12 PDT 2016


Author: atanasyan
Date: Wed May  4 05:15:12 2016
New Revision: 268486

URL: http://llvm.org/viewvc/llvm-project?rev=268486&view=rev
Log:
[ELF][MIPS] Fix typo in the comment. NFC.

Modified:
    lld/trunk/ELF/InputSection.cpp

Modified: lld/trunk/ELF/InputSection.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.cpp?rev=268486&r1=268485&r2=268486&view=diff
==============================================================================
--- lld/trunk/ELF/InputSection.cpp (original)
+++ lld/trunk/ELF/InputSection.cpp Wed May  4 05:15:12 2016
@@ -66,7 +66,7 @@ typename ELFT::uint InputSectionBase<ELF
   case MipsReginfo:
   case MipsOptions:
     // MIPS .reginfo and .MIPS.options sections are consumed by the linker,
-    // so it should never be copied to output.
+    // so they should never be copied to output.
     llvm_unreachable("MIPS reginfo/options section reached writeTo().");
   }
   llvm_unreachable("invalid section kind");




More information about the llvm-commits mailing list