Skip to content

Commit

Permalink
Update DESIGN.md minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zchen24 committed Nov 26, 2023
1 parent c733d9e commit 10bcff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This leaves us with three major requirements for an embedded filesystem.
RAM to temporarily store filesystem metadata.

For ROM, this means we need to keep our design simple and reuse code paths
were possible. For RAM we have a stronger requirement, all RAM usage is
where possible. For RAM we have a stronger requirement, all RAM usage is
bounded. This means RAM usage does not grow as the filesystem changes in
size or number of files. This creates a unique challenge as even presumably
simple operations, such as traversing the filesystem, become surprisingly
Expand Down

0 comments on commit 10bcff1

Please sign in to comment.