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>2019-01-29 00:48:19 +0300
committerGitHub <noreply@github.com>2019-01-29 00:48:19 +0300
commitd3a2cf48d449f259bc15a3a1058323132f3eeef7 (patch)
tree9ac41c6dabe8fa6fa30b230f53970d91d6d0308c
parentec4d8b68add6a7de021dc09ef08123ab323cbc38 (diff)
parent22b04566231c007a1687f4816bd0e9841ce432de (diff)
Merge pull request #135 from johnlunney/patch-1v1.7.1
Add missing word (and reflow text)
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 82efc54..a47f6e2 100644
--- a/README.md
+++ b/README.md
@@ -111,9 +111,9 @@ filesystem until sync or close is called on the file.
## Other notes
-All littlefs have the potential to return a negative error code. The errors
-can be either one of those found in the `enum lfs_error` in [lfs.h](lfs.h),
-or an error returned by the user's block device operations.
+All littlefs calls have the potential to return a negative error code. The
+errors can be either one of those found in the `enum lfs_error` in
+[lfs.h](lfs.h), or an error returned by the user's block device operations.
In the configuration struct, the `prog` and `erase` function provided by the
user may return a `LFS_ERR_CORRUPT` error if the implementation already can