fix typos to cycle bots
authorNico Weber <thakis@chromium.org>
Sun, 15 May 2022 01:19:19 +0000 (21:19 -0400)
committerNico Weber <thakis@chromium.org>
Sun, 15 May 2022 01:19:19 +0000 (21:19 -0400)
lld/test/COFF/gfids-icf.s
lld/test/COFF/gfids-relocations32.s
lld/test/COFF/wrap-real-missing.s

index afd0462..d071671 100644 (file)
@@ -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
index 6c51f7a..a80bac7 100644 (file)
@@ -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; }
index 47b53d5..9fe9efc 100644 (file)
@@ -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