]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/varlink.c
Merge pull request #16338 from keszybz/spelling2
[thirdparty/systemd.git] / src / shared / varlink.c
index 1f4d5a614c9e87256491589241c30d0809118ef3..be3559dc1037efec091ba4a1843daad3e0f0f919 100644 (file)
@@ -387,7 +387,7 @@ DEFINE_TRIVIAL_REF_UNREF_FUNC(Varlink, varlink, varlink_destroy);
 static int varlink_test_disconnect(Varlink *v) {
         assert(v);
 
-        /* Tests whether we the the connection has been terminated. We are careful to not stop processing it
+        /* Tests whether we the connection has been terminated. We are careful to not stop processing it
          * prematurely, since we want to handle half-open connections as well as possible and want to flush
          * out and read data before we close down if we can. */