Comment, document and debug changes.
[silc.git] / lib / silcutil / silcnet.h
index ce4cdcc62d3561974cd2b5a43e85e8e816b3aa09..717e918c28ecc4d776569b3558fad5080ab27a0d 100644 (file)
@@ -118,7 +118,7 @@ typedef void (*SilcNetCallback)(SilcNetStatus status,
  *
  *    This function creates TCP listener.  This is used to create network
  *    listener for incoming connections, and `callback' will be called
- *    everytime new connection is received.  If `local_ip_addr' is NULL any
+ *    everytime new connection is received.  If `local_ip_addr' is NULL 'any'
  *    address is used.  If provided it can be used bind the listener to
  *    `local_ip_count' many IP addresses provided in `local_ip_addr' table.
  *    On success returns the SilcNetListener context, or NULL on error.