Skip to content

Commit 476915f

Browse files
committed
Removed a few "what"s from the documentation
1 parent 663e953 commit 476915f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DESIGN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,9 @@ v
639639
'--------' '--------'
640640
```
641641

642-
Wait, wait, wait, wait, wait, that's not atomic at all! If power is lost after
643-
removing directory B from the root, directory B is still in the linked-list.
644-
We've just created a memory leak!
642+
Wait, wait, wait, that's not atomic at all! If power is lost after removing
643+
directory B from the root, directory B is still in the linked-list. We've
644+
just created a memory leak!
645645

646646
And to be honest, I don't have a clever solution for this case. As a
647647
side-effect of using multiple pointers in the threaded tree, the littlefs
@@ -969,5 +969,5 @@ So, to summarize:
969969
10. Any case where an atomic operation is not possible, it is taken care of
970970
by a deorphan step that occurs on the first allocation after boot
971971

972-
Welp, that's the little filesystem. Thanks for reading!
972+
That's the little filesystem. Thanks for reading!
973973

0 commit comments

Comments
 (0)