aboutsummaryrefslogtreecommitdiff
path: root/io/file_change_detection.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/file_change_detection.c')
-rw-r--r--io/file_change_detection.c2
1 files changed, 1 insertions, 1 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;