Skip to content

Commit 0d66f9f

Browse files
committed
Cleaned up design documentation
1 parent d2bf2bb commit 0d66f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DESIGN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Here is what updating a one-block file may look like:
187187

188188
It doesn't matter if we lose power while writing block 5 with the new data,
189189
since the old data remains unmodified in block 4. This example also
190-
highlights how the atomic updates of the metadata blockss provide a
190+
highlights how the atomic updates of the metadata blocks provide a
191191
synchronization barrier for the rest of the littlefs.
192192

193193
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:
299299
.---------.---------.
300300
| rev: 1 | rev: 0 |
301301
| file: 6 | file: 0 |
302-
| size: 4 | xor: 0 |
302+
| size: 4 | size: 0 |
303303
| xor: 3 | xor: 0 |
304304
'---------'---------'
305305
|
@@ -515,7 +515,7 @@ directory linked-lists and avoid using any additional space.
515515
| .-' '-------------------------.
516516
| v v
517517
| .--------. .--------. .--------.
518-
'->| dir A |------->| dir B |------->| dir B |
518+
'->| dir A |------->| dir A |------->| dir B |
519519
| pair 0 | | pair 1 | | pair 0 |
520520
| | | | | |
521521
'--------' '--------' '--------'

0 commit comments

Comments
 (0)