diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-04-08 02:17:50 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-04-08 02:17:53 +0200 |
commit | a1952a5c799390869835d5e222b02c2a02f51928 (patch) | |
tree | c358d26312638ff4304ac70747dd28ea23e17b3f /src/shared/dissect-image.c | |
parent | nspawn: fix typo (diff) | |
download | systemd-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.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); |