From b3a11e0185691c18eea8951d2b1ee20c4c120c08 Mon Sep 17 00:00:00 2001 From: Paul Capron Date: Fri, 25 Sep 2020 11:05:15 +0200 Subject: [PATCH] =?UTF-8?q?priv.h:=20Fix=20typo=20in=20comment;=20?= =?UTF-8?q?=E2=80=9Ccound=E2=80=9D=20=E2=86=92=20=E2=80=9Ccount=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paul Capron Reviewed-by: Jakub Jelen --- include/libssh/priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/priv.h b/include/libssh/priv.h index ada4d152..b18ece4c 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -341,7 +341,7 @@ void explicit_bzero(void *s, size_t n); #define discard_const_p(type, ptr) ((type *)discard_const(ptr)) /** - * Get the argument cound of variadic arguments + * Get the argument count of variadic arguments */ /* * Since MSVC 2010 there is a bug in passing __VA_ARGS__ to subsequent