From 8f5542e8e6c3a6ad511a51d8872c3a14430eff13 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 12 Jul 2020 21:40:16 +0200 Subject: sshnc: Fix doc comment --- ssh/sshnc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf