[LTP] [PATCH] Typo fixes in comments

Avinesh Kumar akumar@suse.de
Tue Jul 26 07:58:10 CEST 2022


Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
 include/tst_fs.h        | 2 +-
 lib/tst_fs_link_count.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/tst_fs.h b/include/tst_fs.h
index bc6692bd4..26b8b353f 100644
--- a/include/tst_fs.h
+++ b/include/tst_fs.h
@@ -193,7 +193,7 @@ const char **tst_get_supported_fs_types(const char *const *skiplist);
  * Returns 1 if filesystem is in skiplist 0 otherwise.
  *
  * @fs_type A filesystem type to lookup.
- * @skiplist A NULL terminated array of fileystemsytems to skip.
+ * @skiplist A NULL terminated array of filesystems to skip.
  */
 int tst_fs_in_skiplist(const char *fs_type, const char *const *skiplist);
 
diff --git a/lib/tst_fs_link_count.c b/lib/tst_fs_link_count.c
index b8807236d..6a6bb52b2 100644
--- a/lib/tst_fs_link_count.c
+++ b/lib/tst_fs_link_count.c
@@ -119,7 +119,7 @@ int tst_fs_fill_subdirs_(void (*cleanup) (void), const char *dir)
 		return 0;
 	}
 
-	/* for current kernel, subdir limit is not availiable for all fs */
+	/* for current kernel, subdir limit is not available for all fs */
 	fs_type = tst_fs_type(cleanup, dir);
 
 	whitelist_size = ARRAY_SIZE(subdir_limit_whitelist);
-- 
2.36.1



More information about the ltp mailing list