From 1bfc542a922ea71386796fa1955977ba2618ac38 Mon Sep 17 00:00:00 2001 From: Sergei Zviagintsev Date: Wed, 14 Jan 2015 18:30:40 +0300 Subject: [PATCH] connection: kdbus_conn_entry_insert(): fix typo in comment Signed-off-by: Sergei Zviagintsev --- connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.c b/connection.c index ce27dda..75e2ea1 100644 --- a/connection.c +++ b/connection.c @@ -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. */ -- 2.34.1