glib r7104 - trunk/gio



Author: matthiasc
Date: Mon Jun 30 02:55:39 2008
New Revision: 7104
URL: http://svn.gnome.org/viewvc/glib?rev=7104&view=rev

Log:
Trivial doc fixes


Modified:
   trunk/gio/ChangeLog
   trunk/gio/gmemoryoutputstream.c

Modified: trunk/gio/gmemoryoutputstream.c
==============================================================================
--- trunk/gio/gmemoryoutputstream.c	(original)
+++ trunk/gio/gmemoryoutputstream.c	Mon Jun 30 02:55:39 2008
@@ -234,8 +234,8 @@
  * 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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]