summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gio/gunixfdlist.c2
-rw-r--r--gio/gunixfdmessage.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gio/gunixfdlist.c b/gio/gunixfdlist.c
index 9a888b2f6..a7ab6b237 100644
--- a/gio/gunixfdlist.c
+++ b/gio/gunixfdlist.c
@@ -23,7 +23,7 @@
* descriptors that it contains, closing them when finalized.
*
* It may be wrapped in a #GUnixFDMessage and sent over a #GSocket in
- * the %G_SOCKET_ADDRESS_UNIX family by using g_socket_send_message()
+ * the %G_UNIX_SOCKET_ADDRESS family by using g_socket_send_message()
* and received using g_socket_receive_message().
*
* Note that <filename>&lt;gio/gunixfdlist.h&gt;</filename> belongs to
diff --git a/gio/gunixfdmessage.c b/gio/gunixfdmessage.c
index a9c5fe1df..e4a8200d7 100644
--- a/gio/gunixfdmessage.c
+++ b/gio/gunixfdmessage.c
@@ -22,7 +22,7 @@
* This #GSocketControlMessage contains a #GUnixFDList.
* It may be sent using g_socket_send_message() and received using
* g_socket_receive_message() over UNIX sockets (ie: sockets in the
- * %G_SOCKET_ADDRESS_UNIX family). The file descriptors are copied
+ * %G_UNIX_SOCKET_ADDRESS family). The file descriptors are copied
* between processes by the kernel.
*
* For an easier way to send and receive file descriptors over