chiark / gitweb /
core: add a concept of "dynamic" user ids, that are allocated as long as a service...
[elogind.git] / src / libelogind / sd-bus / bus-message.c
index d4f59117b6730b5d3ef8a53f0a276b795413b7dd..129c612ecd2df126163b2d0fafd292d24dc7077a 100644 (file)
@@ -181,7 +181,7 @@ static void *message_extend_fields(sd_bus_message *m, size_t align, size_t sz, b
                 if (!np)
                         goto poison;
         } else {
-                /* Initially, the header is allocated as part of of
+                /* Initially, the header is allocated as part of
                  * the sd_bus_message itself, let's replace it by
                  * dynamic data */
 
@@ -2879,7 +2879,7 @@ static int bus_message_close_header(sd_bus_message *m) {
 
         /* The actual user data is finished now, we just complete the
            variant and struct now (at least on gvariant). Remember
-           this position, so that during parsing we know where to to
+           this position, so that during parsing we know where to
            put the outer container end. */
         m->user_body_size = m->body_size;