[PATCH v4 3/3] drivers: bootcount: Fix typo in documentation

Vasileios Amoiridis vassilisamir at gmail.com
Fri Jun 28 19:35:43 CEST 2024


The bootcount documentation was using "unattended" while it probably
intending to say "unintended"

Signed-off-by: Vasileios Amoiridis <vasileios.amoiridis at cern.ch>
---
 doc/api/bootcount.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/api/bootcount.rst b/doc/api/bootcount.rst
index 9435a7ef15..968c679c3c 100644
--- a/doc/api/bootcount.rst
+++ b/doc/api/bootcount.rst
@@ -49,7 +49,7 @@ The format of the file is:
    * - u8
      - upgrade_available
 
-To prevent unattended usage of ``altbootcmd``, the ``upgrade_available``
+To prevent unintended usage of ``altbootcmd``, the ``upgrade_available``
 variable is used.
 If ``upgrade_available`` is 0, ``bootcount`` is not saved.
 If ``upgrade_available`` is 1, ``bootcount`` is saved.
-- 
2.25.1



More information about the U-Boot mailing list