]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/dissect-image.c
dissect: fix typo
[thirdparty/systemd.git] / src / shared / dissect-image.c
index c5f35c7cb79c69a8eb4c7e03864ae5bb05066db0..1901fa70e21645d2cae044e4c0e44263122b0c40 100644 (file)
@@ -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);