diff options
Diffstat (limited to 'src/readahead-collect.c')
-rw-r--r-- | src/readahead-collect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readahead-collect.c b/src/readahead-collect.c index 3b03b64c40..50c1a0b684 100644 --- a/src/readahead-collect.c +++ b/src/readahead-collect.c @@ -200,7 +200,7 @@ static int qsort_compare(const void *a, const void *b) { static int collect(const char *root) { enum { - FD_FANOTIFY, /* Get the actualy fs events */ + FD_FANOTIFY, /* Get the actual fs events */ FD_SIGNAL, FD_INOTIFY, /* We get notifications to quit early via this fd */ _FD_MAX |