diff options
-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. |