]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Fix typo.
authorMike Pall <mike>
Wed, 9 May 2012 15:22:11 +0000 (17:22 +0200)
committerMike Pall <mike>
Wed, 9 May 2012 15:22:11 +0000 (17:22 +0200)
doc/ext_ffi.html

index 9b1748ccab6d57e5bfe5b481b084fa895dcf3aa4..e3f0dbc81fc856d916515a044e3605034663ad0b 100644 (file)
@@ -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