summaryrefslogtreecommitdiffstats
path: root/src/shared/dissect-image.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-04-08 02:17:50 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-04-08 02:17:53 +0200
commita1952a5c799390869835d5e222b02c2a02f51928 (patch)
treec358d26312638ff4304ac70747dd28ea23e17b3f /src/shared/dissect-image.c
parentnspawn: fix typo (diff)
downloadsystemd-a1952a5c799390869835d5e222b02c2a02f51928.tar.xz
systemd-a1952a5c799390869835d5e222b02c2a02f51928.zip
dissect: fix typo
Follow-up for 9444e54e56b3d9ea81135700abe0792ead7f69ae.
Diffstat (limited to 'src/shared/dissect-image.c')
-rw-r--r--src/shared/dissect-image.c2
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);