From 20cd5a4206ad33ce6c46ee896a2a2b35e0443312 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Jul 2021 09:20:55 +0000 Subject: [PATCH] libffi: typo --- extra/libffi/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libffi/build b/extra/libffi/build index e2cebf19..d73e2226 100755 --- a/extra/libffi/build +++ b/extra/libffi/build @@ -16,7 +16,7 @@ make DESTDIR="$1" install # See: https://github.com/libffi/libffi/commit/c02c341 # https://github.com/libffi/libffi/issues/528 # -# ABI incompatibility (7 -> 8) only effects +# ABI incompatibility (7 -> 8) only affects # --enable-exec-static-tramp (which is default). # See: https://sourceware.org/pipermail/libffi-discuss/2021/002644.html # https://github.com/libffi/libffi/pull/647