]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 Apr 2024 00:17:50 +0000 (09:17 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 Apr 2024 00:17:53 +0000 (09:17 +0900)
Follow-up for 9444e54e56b3d9ea81135700abe0792ead7f69ae.

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);