]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-bus/bus-kernel.c
doc: update punctuation
[thirdparty/systemd.git] / src / libsystemd / sd-bus / bus-kernel.c
index 712ef00fcb8c69d899923cb6b13954bd4368855e..8699d30b6450557030990da8467ec94df02e4cf5 100644 (file)
@@ -299,8 +299,8 @@ static int bus_message_setup_kmsg(sd_bus *b, sd_bus_message *m) {
                         continue;
                 }
 
-                /* Otherwise let's send a vector to the actual data,
-                 * for that we need to map it first. */
+                /* Otherwise, let's send a vector to the actual data.
+                 * For that, we need to map it first. */
                 r = bus_body_part_map(part);
                 if (r < 0)
                         goto fail;