Browse Source

Fix typo.

Mike Pall 13 years ago
parent
commit
5cb4ad2b22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/ext_ffi.html

+ 1 - 1
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: <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