This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 943d151  Fixed misprint
943d151 is described below

commit 943d1515d5924191d35e4502d443eb65aaeefd56
Author: Mikhail I. Izmestev <[email protected]>
AuthorDate: Tue Jan 4 20:19:16 2022 +0400

    Fixed misprint
---
 docs/os/modules/bootloader/bootloader.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/os/modules/bootloader/bootloader.rst 
b/docs/os/modules/bootloader/bootloader.rst
index 46d5bb3..d253352 100644
--- a/docs/os/modules/bootloader/bootloader.rst
+++ b/docs/os/modules/bootloader/bootloader.rst
@@ -385,7 +385,7 @@ images are swapped according to the following procedure:
     2. Iterate the list of sector indices in descending order (i.e., starting
        with the greatest index); current element = "index".
         b. Erase scratch area.
-        c. Copy slot0[index] to scratch area.
+        c. Copy slot1[index] to scratch area.
         d. Write updated swap status (i).
 
         e. Erase slot1[index]

Reply via email to