Prechádzať zdrojové kódy

Commentary typo fix

Bernhard Reutner-Fischer 7 rokov pred
rodič
commit
aa50e03684
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      lfs.c

+ 1 - 1
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)) {