Commit 45875da4bc71578f6f45471141c14e1743239b7e

Tom Tromey 2020-07-01T09:32:37

Merge pull request #570 from jwilk-forks/spelling aarch64: Fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/aarch64/sysv.S b/src/aarch64/sysv.S
index a345439..b720a92 100644
--- a/src/aarch64/sysv.S
+++ b/src/aarch64/sysv.S
@@ -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)