[lld] 7b3146d - fix comment typo to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 17 06:10:22 PDT 2022


Author: Nico Weber
Date: 2022-07-17T09:10:05-04:00
New Revision: 7b3146dcd38464708a37d796bce2f7a7500e2174

URL: https://github.com/llvm/llvm-project/commit/7b3146dcd38464708a37d796bce2f7a7500e2174
DIFF: https://github.com/llvm/llvm-project/commit/7b3146dcd38464708a37d796bce2f7a7500e2174.diff

LOG: fix comment typo to cycle bots

Added: 
    

Modified: 
    lld/test/MachO/loh-adrp-ldr-got-ldr.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/loh-adrp-ldr-got-ldr.s b/lld/test/MachO/loh-adrp-ldr-got-ldr.s
index 96039988e24aa..f2ade62129153 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 at GOTPAGE
 L32: ldr  x1, [x0, _far at GOTPAGEOFF]


        


More information about the llvm-commits mailing list