summaryrefslogtreecommitdiff
path: root/src/readahead-collect.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-27 03:24:39 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-27 03:25:10 +0200
commit858209c51f3c5eadd5489edc3154d84f24e1f00a (patch)
tree599506ad659c9085c16df5a9ff18f58cc4a57be0 /src/readahead-collect.c
parent1a34d367d1afe57386779ca46b18933ab7c189cf (diff)
readahead: properly initialize variable
Diffstat (limited to 'src/readahead-collect.c')
-rw-r--r--src/readahead-collect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readahead-collect.c b/src/readahead-collect.c
index 3b03b64c4..50c1a0b68 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