diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/file_change_detection.c | 2 | ||||
-rw-r--r-- | io/tst-fts.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/io/file_change_detection.c b/io/file_change_detection.c index d7b8616..4f53aa7 100644 --- a/io/file_change_detection.c +++ b/io/file_change_detection.c @@ -86,7 +86,7 @@ __file_change_detection_for_path (struct file_change_detection *file, /* Other errors are fatal. */ return false; } - else /* stat64 was successfull. */ + else /* stat64 was successful. */ { __file_change_detection_for_stat (file, &st); return true; diff --git a/io/tst-fts.c b/io/tst-fts.c index 41121db..b65b285 100644 --- a/io/tst-fts.c +++ b/io/tst-fts.c @@ -201,7 +201,7 @@ do_test (void) } } /* fts_read returns NULL when done (and clears errno) - or when an error occured (with errno set). */ + or when an error occurred (with errno set). */ if (errno != 0) { printf ("FAIL: fts_read: %m\n"); |