changeset 13232:c9f536f771d0

[gaim-migrate @ 15597] Whoops committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 11 Feb 2006 19:07:49 +0000
parents af3d6c6aee6b
children f09c6e8df82c
files src/gaim_buffer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gaim_buffer.h	Sat Feb 11 18:59:11 2006 +0000
+++ b/src/gaim_buffer.h	Sat Feb 11 19:07:49 2006 +0000
@@ -47,7 +47,7 @@
 	gchar *inptr;
 
 	/** A pointer to the next byte of buffered data that should be
-	 *  by the consumer. */
+	 *  read by the consumer. */
 	gchar *outptr;
 
 } GaimCircBuffer;