connection: kdbus_conn_entry_insert(): fix typo in comment
authorSergei Zviagintsev <sergei@s15v.net>
Wed, 14 Jan 2015 15:30:40 +0000 (18:30 +0300)
committerDaniel Mack <daniel@zonque.org>
Wed, 14 Jan 2015 21:49:31 +0000 (22:49 +0100)
Signed-off-by: Sergei Zviagintsev <sergei@s15v.net>
connection.c

index ce27ddac8c29798c5e9970c19be0ffe8be801a42..75e2ea161a0ebcf3aab4f5a60f89c0b93f7cbc4c 100644 (file)
@@ -382,7 +382,7 @@ int kdbus_conn_entry_insert(struct kdbus_conn *conn_src,
                goto exit_queue_free;
 
        /*
-        * Remember the the reply associated with this queue entry, so we can
+        * Remember the reply associated with this queue entry, so we can
         * move the reply entry's connection when a connection moves from an
         * activator to an implementer.
         */