[lld] 330abe8 - fix comment typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 15:49:08 PDT 2022
Author: Nico Weber
Date: 2022-08-15T18:49:02-04:00
New Revision: 330abe8d4386eb0386ae80d969dc3d01ee7d3f48
URL: https://github.com/llvm/llvm-project/commit/330abe8d4386eb0386ae80d969dc3d01ee7d3f48
DIFF: https://github.com/llvm/llvm-project/commit/330abe8d4386eb0386ae80d969dc3d01ee7d3f48.diff
LOG: fix comment typo to cycle bots
Added:
Modified:
lld/test/ELF/edata-etext.s
Removed:
################################################################################
diff --git a/lld/test/ELF/edata-etext.s b/lld/test/ELF/edata-etext.s
index 7223b6ba90758..8c2ccbda2e58f 100644
--- a/lld/test/ELF/edata-etext.s
+++ b/lld/test/ELF/edata-etext.s
@@ -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
More information about the llvm-commits
mailing list