[lld] 0871ce3 - fix comment typo to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 09:59:37 PDT 2021


Author: Nico Weber
Date: 2021-04-19T12:59:20-04:00
New Revision: 0871ce354772ad46a0af83a5f8659b6c20663fe4

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

LOG: fix comment typo to cycle bots

Added: 
    

Modified: 
    lld/ELF/Driver.cpp

Removed: 
    


################################################################################
diff  --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp
index 1b840c166e098..24cf5d15a7d55 100644
--- a/lld/ELF/Driver.cpp
+++ b/lld/ELF/Driver.cpp
@@ -1314,7 +1314,7 @@ static void readConfigs(opt::InputArgList &args) {
   }
 
   // When producing an executable, --dynamic-list specifies non-local defined
-  // symbols whith are required to be exported. When producing a shared object,
+  // symbols which are required to be exported. When producing a shared object,
   // symbols not specified by --dynamic-list are non-preemptible.
   config->symbolic =
       args.hasArg(OPT_Bsymbolic) || args.hasArg(OPT_dynamic_list);


        


More information about the llvm-commits mailing list