main.c: fix typo

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2019-05-24 12:00:15 +02:00
parent a7c8295806
commit a468981104
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED

2
main.c
View File

@ -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 (;;)