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

This commit is contained in:
Robert Ancell 2013-09-27 14:52:51 +12:00
parent 0167c3340d
commit 458c1c0f16

View File

@ -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