chiark / gitweb /
readahead: properly initialize variable
[elogind.git] / src / readahead-collect.c
index 3b03b64c402bb6f2b1062e1d0fd149934585ff1a..50c1a0b6844b835d816a2d5f52da0ee69d16d48d 100644 (file)
@@ -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