diff options
| -rw-r--r-- | ssh/sshnc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ssh/sshnc.h b/ssh/sshnc.h index cb3f644..1e82075 100644 --- a/ssh/sshnc.h +++ b/ssh/sshnc.h @@ -50,7 +50,7 @@ enum sshnc_retval {  	SSHNC_ERR_POLL,       // could not poll the socket for activity  }; -// Returns reference to internal static buffer. All error codes are negative. +// Returns reference to internal static buffer.  // Additional error info may be stored in an internal thread_local buffer, and  // returned as part of the description.  const char* sshnc_strerror(enum sshnc_retval code); | 
