Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2017-06-18 20:09:26 +0300
committerChristopher Haster <chaster@utexas.edu>2017-06-28 23:50:29 +0300
commit0d66f9f9914d987e0f6cc90a1c46596fe03b456c (patch)
tree9730e5d5283f83d4cf2d13e16febd55899181ff9 /DESIGN.md
parentd2bf2bbc72f683fff721659f5a57202286bf24d6 (diff)
Cleaned up design documentation
Diffstat (limited to 'DESIGN.md')
-rw-r--r--DESIGN.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/DESIGN.md b/DESIGN.md
index 0569136..3381c79 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -187,7 +187,7 @@ Here is what updating a one-block file may look like:
It doesn't matter if we lose power while writing block 5 with the new data,
since the old data remains unmodified in block 4. This example also
-highlights how the atomic updates of the metadata blockss provide a
+highlights how the atomic updates of the metadata blocks provide a
synchronization barrier for the rest of the littlefs.
At this point, it may look like we are wasting an awfully large amount
@@ -299,7 +299,7 @@ Here is what it might look like to update a file stored with a CTZ linked-list:
.---------.---------.
| rev: 1 | rev: 0 |
| file: 6 | file: 0 |
- | size: 4 | xor: 0 |
+ | size: 4 | size: 0 |
| xor: 3 | xor: 0 |
'---------'---------'
|
@@ -515,7 +515,7 @@ directory linked-lists and avoid using any additional space.
| .-' '-------------------------.
| v v
| .--------. .--------. .--------.
- '->| dir A |------->| dir B |------->| dir B |
+ '->| dir A |------->| dir A |------->| dir B |
| pair 0 | | pair 1 | | pair 0 |
| | | | | |
'--------' '--------' '--------'