summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2020-06-30 22:59:28 +0200
committerJakub Wilk <jwilk@jwilk.net>2020-06-30 22:59:28 +0200
commit8e58f88d33eb878b0fbca1433f83bbf872d5d0f3 (patch)
tree330f082a96c309eca81dbd79008c29e962599e71 /src
parentfbd1de85f6532f8a8f61abbd7892f8cb58b233d0 (diff)
downloadlibffi-8e58f88d33eb878b0fbca1433f83bbf872d5d0f3.tar.gz
aarch64: Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/aarch64/sysv.S2
1 files changed, 1 insertions, 1 deletions
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)