]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/file_change_detection.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / io / file_change_detection.c
index d7b861694ab4ab504434a5dfa290bbd0e0c2a31e..4f53aa76ac10c2ecaf9e02f14b5b46f1ed998be8 100644 (file)
@@ -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;