[lld] r312669 - [ELF/Writer] Fix english in a comment. NFCI.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 14:16:52 PDT 2017


Author: davide
Date: Wed Sep  6 14:16:51 2017
New Revision: 312669

URL: http://llvm.org/viewvc/llvm-project?rev=312669&view=rev
Log:
[ELF/Writer] Fix english in a comment. NFCI.

Modified:
    lld/trunk/ELF/Writer.cpp

Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=312669&r1=312668&r2=312669&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Wed Sep  6 14:16:51 2017
@@ -1250,7 +1250,7 @@ static bool computeIsPreemptible(const S
   // doesn't matter whether we return true or false here. However, if
   // -unresolved-symbols=ignore-all is specified, undefined symbols in
   // executables are automatically exported so that the runtime linker
-  // can try to resolve them. In that case, they is preemptible. So, we
+  // can try to resolve them. In that case, they are preemptible. So, we
   // return true for an undefined symbol in case the option is specified.
   if (!Config->Shared)
     return B.isUndefined();




More information about the llvm-commits mailing list