drivers: bootcount: Fix typo in documentation

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>
This commit is contained in:
Vasileios Amoiridis 2024-06-28 19:35:43 +02:00 committed by Tom Rini
parent 1c1e484ba8
commit 330a30f428

View 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.