Skip to content

Commit aa50e03

Browse files
aldotgeky
authored andcommitted
Commentary typo fix
1 parent 6d55755 commit aa50e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ lfs_soff_t lfs_file_size(lfs_t *lfs, lfs_file_t *file) {
17371737
}
17381738

17391739

1740-
/// General fs oprations ///
1740+
/// General fs operations ///
17411741
int lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info) {
17421742
// check for root, can only be something like '/././../.'
17431743
if (strspn(path, "/.") == strlen(path)) {

0 commit comments

Comments
 (0)