Commit 93a24f216bcdd1018b976d697179c6d49004015a

Anthony Green 2014-04-12T19:38:07

Merge pull request #80 from ueno/devel 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>