]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: bootcount: Fix typo in documentation
authorVasileios Amoiridis <vassilisamir@gmail.com>
Fri, 28 Jun 2024 17:35:43 +0000 (19:35 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jul 2024 18:46:34 +0000 (12:46 -0600)
The bootcount documentation was using "unattended" while it probably
intending to say "unintended"

Signed-off-by: Vasileios Amoiridis <vasileios.amoiridis@cern.ch>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
doc/api/bootcount.rst

index 9435a7ef15565c45c3156c4e2bee568af84e106b..968c679c3c615250afca9e0cfc06d95f4e1082e9 100644 (file)
@@ -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.