From 330a30f4289a49563dc594fb66129488e1e972db Mon Sep 17 00:00:00 2001 From: Vasileios Amoiridis Date: Fri, 28 Jun 2024 19:35:43 +0200 Subject: [PATCH] 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 --- doc/api/bootcount.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5