aboutsummaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2022-07-17 09:10:05 -0400
committerNico Weber <thakis@chromium.org>2022-07-17 09:10:05 -0400
commit7b3146dcd38464708a37d796bce2f7a7500e2174 (patch)
tree6a3b0d2f95b2a3bbe4b8be0c54bed6f4fd99f77e /lld
parent26ce33706f8f09849c2a0adce413fdddcfc2c840 (diff)
downloadllvm-7b3146dcd38464708a37d796bce2f7a7500e2174.zip
llvm-7b3146dcd38464708a37d796bce2f7a7500e2174.tar.gz
llvm-7b3146dcd38464708a37d796bce2f7a7500e2174.tar.bz2
fix comment typo to cycle bots
Diffstat (limited to 'lld')
-rw-r--r--lld/test/MachO/loh-adrp-ldr-got-ldr.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/MachO/loh-adrp-ldr-got-ldr.s b/lld/test/MachO/loh-adrp-ldr-got-ldr.s
index 9603998..f2ade62 100644
--- a/lld/test/MachO/loh-adrp-ldr-got-ldr.s
+++ b/lld/test/MachO/loh-adrp-ldr-got-ldr.s
@@ -179,7 +179,7 @@ L30: ldr x2, [x1]
# LOCAL-NEXT: ldr x2, [x1]
-### Transformation to ADRP + imediate LDR
+### Transformation to ADRP + immediate LDR
## Basic test: target is far
L31: adrp x0, _far@GOTPAGE
L32: ldr x1, [x0, _far@GOTPAGEOFF]