Skip to content
Snippets Groups Projects
Commit b640f349 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

rng: fix typo

parent 1d4d6703
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ namespace crypto { ...@@ -25,7 +25,7 @@ namespace crypto {
#ifdef _WIN32 #ifdef _WIN32
/** /**
* Hardware random rumber generator using Intel RDRAND/RDSEED, * Hardware random number generator using Intel RDRAND/RDSEED,
* API-compatible with std::random_device. * API-compatible with std::random_device.
*/ */
class random_device { class random_device {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment