diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-20 13:37:47 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-06-02 01:39:48 +0000 |
commit | 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (patch) | |
tree | e02ce0ba813f2cb4f20643988ec030292784cab6 /io | |
parent | 5013f6fc6c44160e8ec6bcd34ba676e85d9d6ab6 (diff) | |
download | glibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.tar.gz glibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.tar.xz glibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.zip |
Fix all the remaining misspellings -- BZ 25337
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 d7b861694a..4f53aa76ac 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 41121db4cf..b65b285aeb 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"); |