From: Mike Pall Date: Wed, 9 May 2012 15:22:11 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v2.0.0-beta10~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cb4ad2b22b0d40649a6ca481f3e84c89a9f602c;p=thirdparty%2FLuaJIT.git Fix typo. --- diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 9b1748cc..e3f0dbc8 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html @@ -125,7 +125,7 @@ C function — Yes, it's that simple! Actually, what goes on behind the scenes is far from simple: makes use of the standard C library namespace ffi.C. Indexing this namespace with -a symbol name ("printf") automatically binds it to the the +a symbol name ("printf") automatically binds it to the standard C library. The result is a special kind of object which, when called, runs the printf function. The arguments passed to this function are automatically converted from Lua objects to the