internal.h: fixed doxy

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-05-04 14:24:27 +03:00
parent 76b68f654f
commit fe9ce5db47
+2 -2
View File
@@ -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.
*/