summaryrefslogtreecommitdiff
path: root/src/shared/varlink.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-30 15:24:57 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-02 09:51:38 +0200
commit37b22b3b4796116edb9768752b67375db9357edb (patch)
treea21f405f4e2a17e01e2d23aca3e02d2219d7aa23 /src/shared/varlink.c
parent838d39af93e16e749ef90acf915a634b380abbf6 (diff)
downloadsystemd-37b22b3b4796116edb9768752b67375db9357edb.tar.gz
tree: wide "the the" and other trivial grammar fixes
Diffstat (limited to 'src/shared/varlink.c')
-rw-r--r--src/shared/varlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/varlink.c b/src/shared/varlink.c
index 1f4d5a614c..be3559dc10 100644
--- a/src/shared/varlink.c
+++ b/src/shared/varlink.c
@@ -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. */