# HG changeset patch # User Mark Doliner # Date 1139684869 0 # Node ID c9f536f771d0f109a53ca104f17fae664d3d9e1a # Parent af3d6c6aee6b805f83adda590dd12c791ac0e652 [gaim-migrate @ 15597] Whoops committer: Tailor Script diff -r af3d6c6aee6b -r c9f536f771d0 src/gaim_buffer.h --- 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;