updates
[silc.git] / lib / silcutil / silcsockconn.h
index a7c23d5a90ea252e7d0fad2fd8c8de5dab0f1f8a..ff52501646aa91628fa00b2925b43d77e1894f3b 100644 (file)
@@ -300,7 +300,7 @@ int silc_socket_read(SilcSocketConnection sock);
  *
  * SYNOPSIS
  *
- *    int silc_socket_read(SilcSocketConnection sock);
+ *    int silc_socket_write(SilcSocketConnection sock);
  *
  * DESCRIPTION
  *
@@ -324,7 +324,7 @@ int silc_socket_write(SilcSocketConnection sock);
  * DESCRIPTION
  *
  *    Returns human readable error message into the `error' buffer if
- *    the socket is int error status.  Returns TRUE if error message was
+ *    the socket is in error status.  Returns TRUE if error message was
  *    written into the buffer and FALSE if there is not socket error.
  *
  ***/