From aa50e03684804c26daed5e6490544ac2299cf0fc Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 30 Jan 2018 20:07:37 +0100 Subject: [PATCH] Commentary typo fix --- lfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {