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
path: root/lfs.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2018-01-30 22:07:37 +0300
committerChristopher Haster <chaster@utexas.edu>2018-02-04 22:15:26 +0300
commitaa50e03684804c26daed5e6490544ac2299cf0fc (patch)
treeb40874860cd19a77da5570bd1f4e9d32ff932f9d /lfs.c
parent6d557551288a73e2cf4a2411515338d4a21d1ef7 (diff)
Commentary typo fix
Diffstat (limited to 'lfs.c')
-rw-r--r--lfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs.c b/lfs.c
index 08c3d1f..aa9faa7 100644
--- a/lfs.c
+++ b/lfs.c
@@ -1737,7 +1737,7 @@ lfs_soff_t lfs_file_size(lfs_t *lfs, lfs_file_t *file) {
}
-/// General fs oprations ///
+/// General fs operations ///
int lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info) {
// check for root, can only be something like '/././../.'
if (strspn(path, "/.") == strlen(path)) {