From f85b25f59f429de9378e588b574bd569592a3eba Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 26 May 2010 14:38:30 -0600 Subject: [PATCH] fix another typo like the one in dynext Merge to v5.0 --- collects/ffi/unsafe/objc.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/ffi/unsafe/objc.rkt b/collects/ffi/unsafe/objc.rkt index 0f93b08769..397b29674a 100644 --- a/collects/ffi/unsafe/objc.rkt +++ b/collects/ffi/unsafe/objc.rkt @@ -83,7 +83,7 @@ (case (string->symbol (path->string (system-library-subpath #f))) [(i386-macosx i386-darwin) '(1 2 4 8)] [(ppc-macosx ppc-darwin) '(1 2 3 4)] - [(x86_64-macosx x86_86-darwin) + [(x86_64-macosx x86_64-darwin) ;; Do we need more analysis for unaligned fields? '(1 2 3 4 5 6 7 8)]))