Fix typo in doc
authorDaiki Ueno <ueno@gnu.org>
Wed, 5 Mar 2014 08:53:02 +0000 (17:53 +0900)
committerDaiki Ueno <ueno@unixuser.org>
Wed, 5 Mar 2014 08:56:02 +0000 (17:56 +0900)
doc/libffi.texi

index 57dae0b..a2b1242 100644 (file)
@@ -534,7 +534,7 @@ writable and executable addresses.
 @section Closure Example
 
 A trivial example that creates a new @code{puts} by binding 
-@code{fputs} with @code{stdin}.
+@code{fputs} with @code{stdout}.
 
 @example
 #include <stdio.h>