diff options
Diffstat (limited to 'src/shared/dissect-image.c')
-rw-r--r-- | src/shared/dissect-image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index c5f35c7cb7..1901fa70e2 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -1648,7 +1648,7 @@ void dissected_image_close(DissectedImage *m) { if (!m) return; - /* Closes all fds we keep open assocated with this, but nothing else */ + /* Closes all fds we keep open associated with this, but nothing else */ FOREACH_ARRAY(p, m->partitions, _PARTITION_DESIGNATOR_MAX) { p->mount_node_fd = safe_close(p->mount_node_fd); |