[glib] gio: Fix documentation for GSocketControlMessage that refers to a 'file description' instead of a 'f



commit 458c1c0f16566e9ddfabe3c211adcb7815730e28
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Sep 27 14:52:51 2013 +1200

    gio: Fix documentation for GSocketControlMessage that refers to a 'file description' instead of a 'file 
descriptor'

 gio/gsocketcontrolmessage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsocketcontrolmessage.c b/gio/gsocketcontrolmessage.c
index 4cd3ed8..1f257bc 100644
--- a/gio/gsocketcontrolmessage.c
+++ b/gio/gsocketcontrolmessage.c
@@ -24,7 +24,7 @@
  *
  * The message can represent some sort of special instruction to or
  * information from the socket or can represent a special kind of
- * transfer to the peer (for example, sending a file description over
+ * transfer to the peer (for example, sending a file descriptor over
  * a UNIX socket).
  *
  * These messages are sent with g_socket_send_message() and received


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]