fix comment typo to cycle bots
authorNico Weber <thakis@chromium.org>
Mon, 15 Aug 2022 22:49:02 +0000 (18:49 -0400)
committerNico Weber <thakis@chromium.org>
Mon, 15 Aug 2022 22:49:02 +0000 (18:49 -0400)
lld/test/ELF/edata-etext.s

index 7223b6b..8c2ccbd 100644 (file)
@@ -37,7 +37,7 @@
 
 ## If a relocatable object file defines non-reserved identifiers (by C and C++)
 ## edata/end/etext, don't redefine them. Note: GNU ld redefines the reserved
-## _edata while we don't for simplicty.
+## _edata while we don't for simplicity.
 # RUN: ld.lld %t/b.o -o %t/b
 # RUN: llvm-objdump -t %t/b | FileCheck %s --check-prefix=CHECK2
 # RUN: ld.lld %t/c.o -o %t/c