summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorCody Russell <bratsche@gnome.org>2007-08-22 17:25:59 +0000
committerCody Russell <bratsche@src.gnome.org>2007-08-22 17:25:59 +0000
commitae70a4e5af19ca104617227e794a6124888007de (patch)
tree104668131bb36cdfaa9cdd64266ac4595b91f497 /glib
parentc77d24318d435c42aa2d563fd355ff97f1be4cf4 (diff)
downloadglib-ae70a4e5af19ca104617227e794a6124888007de.tar.gz
Document g_snprintf to return "bytes" rather than "characters".
2007-08-22 Cody Russell <bratsche@gnome.org> * glib/gprintf.c: Document g_snprintf to return "bytes" rather than "characters". svn path=/trunk/; revision=5716
Diffstat (limited to 'glib')
-rw-r--r--glib/gprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gprintf.c b/glib/gprintf.c
index 7de0953a2..4bd47a34f 100644
--- a/glib/gprintf.c
+++ b/glib/gprintf.c
@@ -145,7 +145,7 @@ g_sprintf (gchar *string,
* The format string may contain positional parameters, as specified in
* the Single Unix Specification.
*
- * Returns: the number of characters which would be produced if the buffer
+ * Returns: the number of bytes which would be produced if the buffer
* was large enough.
**/
gint