[lld] da0ef5a - fix typo to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 11:59:26 PDT 2021


Author: Nico Weber
Date: 2021-04-14T14:59:18-04:00
New Revision: da0ef5ad5b26529d0aedca9f6c7a2526acbfc48e

URL: https://github.com/llvm/llvm-project/commit/da0ef5ad5b26529d0aedca9f6c7a2526acbfc48e
DIFF: https://github.com/llvm/llvm-project/commit/da0ef5ad5b26529d0aedca9f6c7a2526acbfc48e.diff

LOG: fix typo to cycle bots

Added: 
    

Modified: 
    lld/ELF/SyntheticSections.cpp

Removed: 
    


################################################################################
diff  --git a/lld/ELF/SyntheticSections.cpp b/lld/ELF/SyntheticSections.cpp
index 308c99c433c1..79e47176c8b2 100644
--- a/lld/ELF/SyntheticSections.cpp
+++ b/lld/ELF/SyntheticSections.cpp
@@ -699,7 +699,7 @@ bool GotSection::isNeeded() const {
   // We need to emit a GOT even if it's empty if there's a relocation that is
   // relative to GOT(such as GOTOFFREL).
 
-  // On PPC64 we need to check that the number of entires is more than just the
+  // On PPC64 we need to check that the number of entries is more than just the
   // size of the header since the header is always added. A GOT with just the
   // header may not actually be needed.
   if (config->emachine == EM_PPC64)


        


More information about the llvm-commits mailing list