fix a doc comment
authorDan Winship <danw@src.gnome.org>
Mon, 25 Aug 2003 14:07:55 +0000 (14:07 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 25 Aug 2003 14:07:55 +0000 (14:07 +0000)
libsoup/soup-socket.c

index fd333f1..1b6ec44 100644 (file)
@@ -448,8 +448,8 @@ soup_socket_start_ssl (SoupSocket *sock)
  * @callback: callback to call when the socket is connected
  * @user_data: data for @callback
  *
- * Creates a connection to @uri. @callback will be called when the
- * connection completes (or fails).
+ * Creates a connection to @hostname and @port. @callback will be
+ * called when the connection completes (or fails).
  *
  * Return value: the new socket (not yet ready for use).
  **/