Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 47445c868 -> 40f9ad1e5


boot loader doc - fix typo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/40f9ad1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/40f9ad1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/40f9ad1e

Branch: refs/heads/develop
Commit: 40f9ad1e514bf90d509371c8605d7213a81b432e
Parents: 47445c8
Author: Christopher Collins <ccoll...@apache.org>
Authored: Tue Dec 6 15:56:39 2016 -0800
Committer: Christopher Collins <ccoll...@apache.org>
Committed: Tue Dec 6 15:56:39 2016 -0800

----------------------------------------------------------------------
 boot/bootutil/design.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/40f9ad1e/boot/bootutil/design.txt
----------------------------------------------------------------------
diff --git a/boot/bootutil/design.txt b/boot/bootutil/design.txt
index 41065e4..47c4d28 100644
--- a/boot/bootutil/design.txt
+++ b/boot/bootutil/design.txt
@@ -408,7 +408,7 @@ correspond to a pair of sectors.  For example, sector index 
0 corresponds to
 the first sector in slot 0 and the first sector in slot 1.  Furthermore, we
 impose a limit of 128 indices.  If an image slot consists of more than 128
 sectors, the flash layout is not compatible with this boot loader.  Finally,
-reverse, the list of indices such that the list starts with index 127 and ends
+reverse the list of indices such that the list starts with index 127 and ends
 with 0.  The swap status region is a representation of this reversed list.
 
 During a swap operation, each sector index transitions through four separate

Reply via email to