From 2687d921e15e4aead3af4867fcd6220088085d7a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Aug 2012 02:21:02 -0400 Subject: [PATCH] Cosmetic change gtk-doc doesn't need anymore to recognize plural forms of links. --- gio/gpollableinputstream.c | 2 +- gio/gpollableoutputstream.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gpollableinputstream.c b/gio/gpollableinputstream.c index 9e9f720ed..c59f9dfb9 100644 --- a/gio/gpollableinputstream.c +++ b/gio/gpollableinputstream.c @@ -32,7 +32,7 @@ * @include: gio/gio.h * @see_also: #GInputStream, #GPollableOutputStream, #GFileDescriptorBased * - * #GPollableInputStream is implemented by #GInputStreams that + * #GPollableInputStream is implemented by #GInputStreams that * can be polled for readiness to read. This can be used when * interfacing with a non-GIO API that expects * UNIX-file-descriptor-style asynchronous I/O rather than GIO-style. diff --git a/gio/gpollableoutputstream.c b/gio/gpollableoutputstream.c index 57568e316..b019e8139 100644 --- a/gio/gpollableoutputstream.c +++ b/gio/gpollableoutputstream.c @@ -33,7 +33,7 @@ * @include: gio/gio.h * @see_also: #GOutputStream, #GFileDescriptorBased, #GPollableInputStream * - * #GPollableOutputStream is implemented by #GOutputStreams that + * #GPollableOutputStream is implemented by #GOutputStreams that * can be polled for readiness to write. This can be used when * interfacing with a non-GIO API that expects * UNIX-file-descriptor-style asynchronous I/O rather than GIO-style.