From: Vasileios Amoiridis Date: Fri, 28 Jun 2024 17:35:43 +0000 (+0200) Subject: drivers: bootcount: Fix typo in documentation X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=330a30f4289a49563dc594fb66129488e1e972db;p=u-boot.git drivers: bootcount: Fix typo in documentation The bootcount documentation was using "unattended" while it probably intending to say "unintended" Signed-off-by: Vasileios Amoiridis Reviewed-by: Quentin Schulz --- 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.