aarch64: Fix typo
authorJakub Wilk <jwilk@jwilk.net>
Tue, 30 Jun 2020 20:59:28 +0000 (22:59 +0200)
committerJakub Wilk <jwilk@jwilk.net>
Tue, 30 Jun 2020 20:59:28 +0000 (22:59 +0200)
src/aarch64/sysv.S

index a345439ba351b8fa34afc0f2217647fc3c6722db..b720a92e168f3e870e887167214d98157f44bca4 100644 (file)
@@ -377,7 +377,7 @@ CNAME(ffi_closure_trampoline_table_page):
     adr x16, -PAGE_MAX_SIZE
     ldp x17, x16, [x16]
     BR(x16)
-       nop             /* each entry in the trampoline config page is 2*sizeof(void*) so the trampoline itself cannot be smaller that 16 bytes */
+       nop             /* each entry in the trampoline config page is 2*sizeof(void*) so the trampoline itself cannot be smaller than 16 bytes */
     .endr
 
     .globl CNAME(ffi_closure_trampoline_table_page)