connection: fix kernel doc comment
authorDaniel Mack <zonque@gmail.com>
Sat, 18 Jan 2014 17:42:08 +0000 (18:42 +0100)
committerDaniel Mack <zonque@gmail.com>
Sat, 18 Jan 2014 17:42:12 +0000 (18:42 +0100)
connection.c

index 0bbdb182d41b9a39b6d2b9b16429f7168ab6b527..8313476fbd596ba302c2922f5c45bb86b607a031 100644 (file)
@@ -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
  *