about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/stdio.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi
index 8b1f407bd9..758a5d1100 100644
--- a/manual/stdio.texi
+++ b/manual/stdio.texi
@@ -4798,7 +4798,7 @@ dynamically allocates an array @var{size} bytes long (as with @code{malloc};
 if you are going to write things to the buffer and then read them back
 in again, because you have no way of actually getting a pointer to the
 buffer (for this, try @code{open_memstream}, below).  The buffer is
-freed when the stream is open.
+freed when the stream is closed.
 
 The argument @var{opentype} is the same as in @code{fopen}
 (@pxref{Opening Streams}).  If the @var{opentype} specifies