priv.h: Fix typo in comment; “cound” → “count”

Signed-off-by: Paul Capron <paul@fragara.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Paul Capron
2020-09-25 11:05:15 +02:00
committed by Jakub Jelen
parent cbd48c497f
commit b3a11e0185

View File

@@ -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