Rephrase the ChangeLog comment a bit.
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index fbe04c9..0770d50 100644 (file)
@@ -1,10 +1,10 @@
 2000-06-06  Tor Lillqvist  <tml@iki.fi>
 
        * giowin32.c (g_io_channel_win32_pipe_readable): If we are
-       watching the same fd several times (for different conditions, with
-       different callbacks), check them all. Only call the callback for
-       G_IO_IN from here. (This bug popped up when a watch for
-       G_IO_ERR|G_IO_HUP was added to gimplib.)
+       watching the same pipe for different conditions (with different
+       callbacks), check them all. Only call the callback for G_IO_IN
+       from here. (This bug popped up when a watch for G_IO_ERR|G_IO_HUP
+       was added to gimplib.)
 
 2000-05-30  Tor Lillqvist  <tml@iki.fi>