aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVasileios Amoiridis <vassilisamir@gmail.com>2024-06-28 19:35:43 +0200
committerTom Rini <trini@konsulko.com>2024-07-16 12:46:34 -0600
commit330a30f4289a49563dc594fb66129488e1e972db (patch)
tree32613da686d3026710d4b8d91e151142c07ad7de /doc
parent1c1e484ba856fa03122a01cd9e7b8e038fa5d1bc (diff)
downloadu-boot-330a30f4289a49563dc594fb66129488e1e972db.zip
u-boot-330a30f4289a49563dc594fb66129488e1e972db.tar.gz
u-boot-330a30f4289a49563dc594fb66129488e1e972db.tar.bz2
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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/bootcount.rst b/doc/api/bootcount.rst
index 9435a7e..968c679 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.