From 43df38a2fe89c376ee6791899ec52736054dcfb0 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Wed, 3 Jul 2013 10:26:01 +0100 Subject: [PATCH] fix typo in FFI chapter noted by Michael Crouch (lp#1197129) --- doc/manual/ffi.texinfo | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/manual/ffi.texinfo b/doc/manual/ffi.texinfo index 78267ca..0c4eb49 100644 --- a/doc/manual/ffi.texinfo +++ b/doc/manual/ffi.texinfo @@ -49,12 +49,11 @@ by the Lisp implementation. This can require a considerable amount of dependent on the internal implementation details of the Lisp system. @item -The Lisp system can automatically convert objects back and forth -between the Lisp and foreign representations. This is convenient, but +The Lisp system can automatically convert objects back and forth between +the Lisp and foreign representations. This is convenient, but translation becomes prohibitively slow when large or complex data structures must be shared. This approach is supported by the SBCL -@acronym{FFI}, and used automatically by the when passing integers and -strings. +@acronym{FFI}, and used automatically when passing integers and strings. @item The Lisp program can directly manipulate foreign objects through the -- 1.7.10.4