From 5cb4ad2b22b0d40649a6ca481f3e84c89a9f602c Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 9 May 2012 17:22:11 +0200 Subject: [PATCH] Fix typo. --- doc/ext_ffi.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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