]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-bus/bus-internal.h
tree-wide: fixes for assorted grammar and spelling issues
[thirdparty/systemd.git] / src / libsystemd / sd-bus / bus-internal.h
index 7e13f4f73ba965066089852a04fcad405d0a0bff..ef2c3dbc4fde6f034fc841bb0f308fb4843df5ee 100644 (file)
@@ -43,7 +43,7 @@ struct match_callback {
 
         unsigned last_iteration;
 
-        /* Don't dispatch this slot with with messages that arrived in any iteration before or at the this
+        /* Don't dispatch this slot with messages that arrived in any iteration before or at the this
          * one. We use this to ensure that matches don't apply "retroactively" and thus can confuse the
          * caller: matches will only match incoming messages from the moment on the match was installed. */
         uint64_t after;