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

index 2600b6468e8f0f2188fa746e304335e8ee7198d0..ce27ddac8c29798c5e9970c19be0ffe8be801a42 100644 (file)
@@ -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.