From 9a9530b4b5ccf46e2db1cb23bd29c71dbd9f060f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 7 Jan 2021 22:21:46 +0100 Subject: [PATCH] sys/entropy_source: fix typo (sates => states) --- sys/entropy_source/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/entropy_source/doc.txt b/sys/entropy_source/doc.txt index b5671b9f24..3bb270d214 100644 --- a/sys/entropy_source/doc.txt +++ b/sys/entropy_source/doc.txt @@ -24,7 +24,7 @@ * @ref drivers_periph_hwrng and @ref sys_puf_sram. The concepts implemented here are heavily * influenced by NIST SP 800-90B. Entropy sources can be used to feed more advanced entropy * modules for cryptographic purposes, which typically accumulate multiple sources and safely - * maintain internal sates. Alternatively, these sources can be used directly or with internal + * maintain internal states. Alternatively, these sources can be used directly or with internal * conditioning enabled for non-cryptographic tasks like seed generation of general purpose PRNGs, * in the absence of a hardware random number generator. The API, however, is not meant to face a user. *