Trivial doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 30 Jun 2008 02:55:39 +0000 (02:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 30 Jun 2008 02:55:39 +0000 (02:55 +0000)
svn path=/trunk/; revision=7104

gio/ChangeLog
gio/gmemoryoutputstream.c

index 8b46ec7..ba94549 100644 (file)
@@ -1,5 +1,9 @@
 2008-06-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gmemoryoutputstream.c: Trivial doc fixes
+
+2008-06-29  Matthias Clasen  <mclasen@redhat.com>
+
        Bug 540802 – g_list_prepend doesn't concat lists
 
        * giomodule.c (_g_io_modules_ensure_loaded): Don't g_list_prepend
index 41e708e..9349e22 100644 (file)
@@ -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.