File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ Here is what updating a one-block file may look like:
187
187
188
188
It doesn't matter if we lose power while writing block 5 with the new data,
189
189
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
191
191
synchronization barrier for the rest of the littlefs.
192
192
193
193
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:
299
299
.---------.---------.
300
300
| rev: 1 | rev: 0 |
301
301
| file: 6 | file: 0 |
302
- | size: 4 | xor : 0 |
302
+ | size: 4 | size : 0 |
303
303
| xor: 3 | xor: 0 |
304
304
'---------'---------'
305
305
|
@@ -515,7 +515,7 @@ directory linked-lists and avoid using any additional space.
515
515
| .-' '-------------------------.
516
516
| v v
517
517
| .--------. .--------. .--------.
518
- '->| dir A |------->| dir B |------->| dir B |
518
+ '->| dir A |------->| dir A |------->| dir B |
519
519
| pair 0 | | pair 1 | | pair 0 |
520
520
| | | | | |
521
521
'--------' '--------' '--------'
You can’t perform that action at this time.
0 commit comments