diff options
Diffstat (limited to 'include/file_change_detection.h')
-rw-r--r-- | include/file_change_detection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/file_change_detection.h b/include/file_change_detection.h index 241b45d123..c9b86b727e 100644 --- a/include/file_change_detection.h +++ b/include/file_change_detection.h @@ -55,7 +55,7 @@ bool __file_change_detection_for_path (struct file_change_detection *file, const char *path); /* Writes file change information for the stream FP to *FILE. Returns - ture on success, false on failure. If FP is NULL, treat the file + true on success, false on failure. If FP is NULL, treat the file as non-existing. */ bool __file_change_detection_for_fp (struct file_change_detection *file, FILE *fp); |