diff options
| author | Tom Smeding <tom.smeding@gmail.com> | 2020-07-12 21:40:16 +0200 | 
|---|---|---|
| committer | Tom Smeding <tom.smeding@gmail.com> | 2020-07-12 21:40:16 +0200 | 
| commit | 8f5542e8e6c3a6ad511a51d8872c3a14430eff13 (patch) | |
| tree | d7f30e1db7adf7f49d6945b81bd6fcd437036b47 | |
| parent | 923710803851b50991a2ce2569be3085ec31d4f2 (diff) | |
sshnc: Fix doc comment
| -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); | 
