From: Yu Watanabe Date: Mon, 8 Apr 2024 00:17:50 +0000 (+0900) Subject: dissect: fix typo X-Git-Tag: v256-rc1~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1952a5c799390869835d5e222b02c2a02f51928;p=thirdparty%2Fsystemd.git dissect: fix typo Follow-up for 9444e54e56b3d9ea81135700abe0792ead7f69ae. --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index c5f35c7cb79..1901fa70e21 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);