From: Sergei Zviagintsev Date: Wed, 14 Jan 2015 15:04:02 +0000 (+0300) Subject: connection: fix typo in kdbus_conn_entry_insert() kernel-doc X-Git-Tag: upstream/0.20150129.081441utc~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6369ae32029ddcdedb44dc300b2b43d50c6b32c9;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git connection: fix typo in kdbus_conn_entry_insert() kernel-doc Signed-off-by: Sergei Zviagintsev --- diff --git a/connection.c b/connection.c index 2600b64..ce27dda 100644 --- a/connection.c +++ b/connection.c @@ -340,7 +340,7 @@ static int kdbus_conn_entry_sync_attach(struct kdbus_conn *conn_dst, * kdbus_conn_entry_insert() - enqueue a message into the receiver's pool * @conn_src: The sending connection * @conn_dst: The connection to queue into - * @kmsg: The kmag to queue + * @kmsg: The kmsg to queue * @reply: The reply tracker to attach to the queue entry * * Return: 0 on success. negative error otherwise.