summaryrefslogtreecommitdiff
path: root/gio/gmemoryoutputstream.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-06-30 02:55:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-06-30 02:55:39 +0000
commit19bf6826f0993ee42fa7959fb91d65a20ecd2d6e (patch)
treea840c32d33e636c85422123a0a426ca6f5c3c36d /gio/gmemoryoutputstream.c
parent0741dea88f10fdc88bd4c73bd981b1f731cca273 (diff)
downloadglib-19bf6826f0993ee42fa7959fb91d65a20ecd2d6e.tar.gz
Trivial doc fixes
svn path=/trunk/; revision=7104
Diffstat (limited to 'gio/gmemoryoutputstream.c')
-rw-r--r--gio/gmemoryoutputstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gmemoryoutputstream.c b/gio/gmemoryoutputstream.c
index 41e708e2f..9349e229b 100644
--- a/gio/gmemoryoutputstream.c
+++ b/gio/gmemoryoutputstream.c
@@ -234,8 +234,8 @@ g_memory_output_stream_get_data (GMemoryOutputStream *ostream)
* Gets the size of the currently allocated data area (availible from
* g_memory_output_stream_get_data()). If the stream isn't
* growable (no realloc was passed to g_memory_output_stream_new()) then
- * this is the max size of the stream and further writes
- * will return G_IO_ERROR_NO_SPACE.
+ * this is the maximum size of the stream and further writes
+ * will return %G_IO_ERROR_NO_SPACE.
*
* Note that for growable streams the returned size may become invalid on
* the next write or truncate operation on the stream.