summaryrefslogtreecommitdiff
path: root/libsoup/soup-address.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-09-22 14:17:47 -0400
committerDan Winship <danw@gnome.org>2011-09-22 14:17:47 -0400
commit8bc27529eb2c87a5c27e1ffd388a274d4c1ae44e (patch)
tree7bf1f5010f886b5e85e1f5c3258b09b331ded881 /libsoup/soup-address.c
parent27b306cb9e8cc0b91e2188cc820c7c511f64b69c (diff)
downloadlibsoup-8bc27529eb2c87a5c27e1ffd388a274d4c1ae44e.tar.gz
Lots of gtk-doc fixes (no code changes)
Diffstat (limited to 'libsoup/soup-address.c')
-rw-r--r--libsoup/soup-address.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsoup/soup-address.c b/libsoup/soup-address.c
index 0e5e8cd7..42b777d3 100644
--- a/libsoup/soup-address.c
+++ b/libsoup/soup-address.c
@@ -406,7 +406,7 @@ soup_address_new_from_sockaddr (struct sockaddr *sa, int len)
*
* Returns a #SoupAddress corresponding to the "any" address
* for @family (or %NULL if @family isn't supported), suitable for
- * passing to soup_socket_server_new().
+ * using as a listening #SoupSocket.
*
* Return value: (allow-none): the new #SoupAddress
**/
@@ -1013,7 +1013,7 @@ soup_address_hash_by_ip (gconstpointer addr)
* This would be used to distinguish hosts in situations where
* different virtual hosts on the same IP address should be considered
* the same. Eg, if "www.example.com" and "www.example.net" have the
- * same IP address, then a single #SoupConnection can be used to talk
+ * same IP address, then a single connection can be used to talk
* to either of them.
*
* See also soup_address_equal_by_name(), which compares by name