From: Daniel Mack Date: Sat, 18 Jan 2014 17:42:08 +0000 (+0100) Subject: connection: fix kernel doc comment X-Git-Tag: upstream/0.20140120.123719~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12bb4e1605ff6c5dce153b1beb8fd88f3c889643;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git connection: fix kernel doc comment --- diff --git a/connection.c b/connection.c index 0bbdb18..8313476 100644 --- a/connection.c +++ b/connection.c @@ -1870,7 +1870,7 @@ exit_free_conn: } /** - * kdbus_conn_has_name() - check if a connection owns r name + * kdbus_conn_has_name() - check if a connection owns a name * @conn: Connection * @name: Well-know name to check for *