aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Capron <paul@fragara.com>2020-09-25 11:05:15 +0200
committerJakub Jelen <jjelen@redhat.com>2020-09-29 13:05:34 +0200
commitb3a11e0185691c18eea8951d2b1ee20c4c120c08 (patch)
tree3d4ba44fe17de336ed83c5def95352508c61265c /include
parentcbd48c497fd2a949166e8fc40c2f928592d6f806 (diff)
downloadlibssh-b3a11e0185691c18eea8951d2b1ee20c4c120c08.tar.gz
libssh-b3a11e0185691c18eea8951d2b1ee20c4c120c08.tar.xz
libssh-b3a11e0185691c18eea8951d2b1ee20c4c120c08.zip
priv.h: Fix typo in comment; “cound” → “count”
Signed-off-by: Paul Capron <paul@fragara.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
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