summaryrefslogtreecommitdiff
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)
downloadluajit2-5cb4ad2b22b0d40649a6ca481f3e84c89a9f602c.tar.gz
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!
Actually, what goes on behind the scenes is far from simple: <span
style="color:#4040c0;">&#9314;</span> makes use of the standard
C&nbsp;library namespace <tt>ffi.C</tt>. Indexing this namespace with
-a symbol name (<tt>"printf"</tt>) automatically binds it to the the
+a symbol name (<tt>"printf"</tt>) automatically binds it to the
standard C&nbsp;library. The result is a special kind of object which,
when called, runs the <tt>printf</tt> function. The arguments passed
to this function are automatically converted from Lua objects to the