diff mbox series

[v4,3/3] drivers: bootcount: Fix typo in documentation

Message ID 20240628173543.129207-4-vassilisamir@gmail.com
State Accepted
Commit 330a30f4289a49563dc594fb66129488e1e972db
Delegated to: Tom Rini
Headers show
Series drivers: bootcount: Add support for ANY filesystem | expand

Commit Message

Vasileios Amoiridis June 28, 2024, 5:35 p.m. UTC
The bootcount documentation was using "unattended" while it probably
intending to say "unintended"

Signed-off-by: Vasileios Amoiridis <vasileios.amoiridis@cern.ch>
---
 doc/api/bootcount.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz July 1, 2024, 8:29 a.m. UTC | #1
Hi Vasileios,

On 6/28/24 7:35 PM, Vasileios Amoiridis wrote:
> 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>

Thanks!
Quentin
diff mbox series

Patch

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.