aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2012-05-09 17:22:11 +0200
committerMike Pall <mike>2012-05-09 17:22:11 +0200
commit5cb4ad2b22b0d40649a6ca481f3e84c89a9f602c (patch)
tree3465b1924828fe814371e7dc76e159db372fc8aa
parent6e5c872eb795279f0fde845937eb120d8c128add (diff)
downloadluajit-5cb4ad2b22b0d40649a6ca481f3e84c89a9f602c.tar.gz
luajit-5cb4ad2b22b0d40649a6ca481f3e84c89a9f602c.tar.bz2
luajit-5cb4ad2b22b0d40649a6ca481f3e84c89a9f602c.zip
Fix typo.
-rw-r--r--doc/ext_ffi.html2
1 files changed, 1 insertions, 1 deletions
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&nbsp;function &mdash; Yes, it's that simple!
125Actually, what goes on behind the scenes is far from simple: <span 125Actually, what goes on behind the scenes is far from simple: <span
126style="color:#4040c0;">&#9314;</span> makes use of the standard 126style="color:#4040c0;">&#9314;</span> makes use of the standard
127C&nbsp;library namespace <tt>ffi.C</tt>. Indexing this namespace with 127C&nbsp;library namespace <tt>ffi.C</tt>. Indexing this namespace with
128a symbol name (<tt>"printf"</tt>) automatically binds it to the the 128a symbol name (<tt>"printf"</tt>) automatically binds it to the
129standard C&nbsp;library. The result is a special kind of object which, 129standard C&nbsp;library. The result is a special kind of object which,
130when called, runs the <tt>printf</tt> function. The arguments passed 130when called, runs the <tt>printf</tt> function. The arguments passed
131to this function are automatically converted from Lua objects to the 131to this function are automatically converted from Lua objects to the