[lld] c554aee - fix typos to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sat May 14 18:19:39 PDT 2022
Author: Nico Weber
Date: 2022-05-14T21:19:19-04:00
New Revision: c554aeeea7941324776bbff5e53f6fc486d3fa2d
URL: https://github.com/llvm/llvm-project/commit/c554aeeea7941324776bbff5e53f6fc486d3fa2d
DIFF: https://github.com/llvm/llvm-project/commit/c554aeeea7941324776bbff5e53f6fc486d3fa2d.diff
LOG: fix typos to cycle bots
Added:
Modified:
lld/test/COFF/gfids-icf.s
lld/test/COFF/gfids-relocations32.s
lld/test/COFF/wrap-real-missing.s
Removed:
################################################################################
diff --git a/lld/test/COFF/gfids-icf.s b/lld/test/COFF/gfids-icf.s
index afd0462bfb601..d07167138f23e 100644
--- a/lld/test/COFF/gfids-icf.s
+++ b/lld/test/COFF/gfids-icf.s
@@ -35,7 +35,7 @@
# CHECK-NEXT: 0x14000{{.*}}
# CHECK-NEXT: ]
-# There should be no .gfids section in the output exectuable when we link with
+# There should be no .gfids section in the output executable when we link with
# -guard:cf or with no -guard:cf/nolongjmp flag.
# RUN: llvm-readobj --sections %t.exe | FileCheck %s --check-prefix NOGFIDSEC
# RUN: lld-link %t.obj -out:%t.exe -opt:icf -entry:main
diff --git a/lld/test/COFF/gfids-relocations32.s b/lld/test/COFF/gfids-relocations32.s
index 6c51f7aca8207..a80bac7683237 100644
--- a/lld/test/COFF/gfids-relocations32.s
+++ b/lld/test/COFF/gfids-relocations32.s
@@ -11,7 +11,7 @@
# CHECK-NEXT: 0x401030
# CHECK-NEXT: ]
-# The input was loosly based on studying this program:
+# The input was loosely based on studying this program:
#
# void foo() { return; }
# void bar() { return; }
diff --git a/lld/test/COFF/wrap-real-missing.s b/lld/test/COFF/wrap-real-missing.s
index 47b53d5d5fcf3..9fe9efcf5ef40 100644
--- a/lld/test/COFF/wrap-real-missing.s
+++ b/lld/test/COFF/wrap-real-missing.s
@@ -6,7 +6,7 @@
// Check that we error out properly with an undefined symbol, if
// __real_foo is referenced and missing, even if the -lldmingw flag is set
// (which otherwise tolerates certain cases of references to missing
-// sections, to tolerate certain GCC pecularities).
+// sections, to tolerate certain GCC peculiarities).
// CHECK: error: undefined symbol: foo
More information about the llvm-commits
mailing list