From 7b3146dcd38464708a37d796bce2f7a7500e2174 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sun, 17 Jul 2022 09:10:05 -0400 Subject: fix comment typo to cycle bots --- lld/test/MachO/loh-adrp-ldr-got-ldr.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lld') 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] -- cgit v1.1