diff options
author | Vasileios Amoiridis | 2024-06-28 19:35:43 +0200 |
---|---|---|
committer | Tom Rini | 2024-07-16 12:46:34 -0600 |
commit | 330a30f4289a49563dc594fb66129488e1e972db (patch) | |
tree | 32613da686d3026710d4b8d91e151142c07ad7de /doc | |
parent | 1c1e484ba856fa03122a01cd9e7b8e038fa5d1bc (diff) |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/bootcount.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/bootcount.rst b/doc/api/bootcount.rst index 9435a7ef155..968c679c3c6 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. |