Commit 2349fec9a818fb52fd2f294bcbc7b3156cd113de

Daiki Ueno 2014-03-05T17:53:02

Fix typo in doc

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/doc/libffi.texi b/doc/libffi.texi
index 57dae0b..a2b1242 100644
--- a/doc/libffi.texi
+++ b/doc/libffi.texi
@@ -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>