From fe9ce5db47a122cb5a9799ffc2bf7d093b5a090a Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 3 May 2022 19:36:09 +0300 Subject: [PATCH] internal.h: fixed doxy --- src/microhttpd/internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index fdfcb0d2..1b732109 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h @@ -259,8 +259,8 @@ struct MHD_NonceNc uint64_t nc; /** - * Bitmask over the the previous 64 nonce values (down to to nc-64). Used to - * allow out-of-order nonces. + * Bitmask over the previous 64 nonce counter values (down to to nc-64). + * Used to allow out-of-order 'nc'. * If bit in the bitmask is set to one, then this 'nc' value was already used * by the client. */