diff --git a/main.c b/main.c index 106ae9c..0aff6d8 100644 --- a/main.c +++ b/main.c @@ -1084,7 +1084,7 @@ load_dir (struct ovl_data *lo, struct ovl_node *n, struct ovl_layer *layer, char if (dp == NULL) continue; - cleanup_fd = -1; /* It is not owned by dp. */ + cleanup_fd = -1; /* It is now owned by dp. */ fd = dirfd (dp); for (;;)