commit fe9ce5db47a122cb5a9799ffc2bf7d093b5a090a parent 76b68f654f0984dfca834a9c8310af13885c6ce8 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Tue, 3 May 2022 19:36:09 +0300 internal.h: fixed doxy Diffstat:
| M | src/microhttpd/internal.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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. */