kdbus.h: fix comments
authorKay Sievers <kay@vrfy.org>
Fri, 17 Jan 2014 00:42:11 +0000 (01:42 +0100)
committerKay Sievers <kay@vrfy.org>
Fri, 17 Jan 2014 00:42:11 +0000 (01:42 +0100)
kdbus.h

diff --git a/kdbus.h b/kdbus.h
index a758547b4add641b9544f60b95b54edb3eca4c69..10102d43358623379f449904b5efb4a715a5786f 100644 (file)
--- a/kdbus.h
+++ b/kdbus.h
@@ -387,10 +387,10 @@ struct kdbus_msg {
  *                             usually used to determine the activating
  *                             connection of a bus name.
  * @KDBUS_RECV_DROP:           Drop and free the next queued message and all
- *                             its ressources without actually receiveing it.
+ *                             its resources without actually receiving it.
  * @KDBUS_RECV_USE_PRIORITY:   Only de-queue messages with the specified or
- *                             higher priority; if not set, the priority field
- *                             is ignored.
+ *                             higher priority (lowest values); if not set,
+ *                             the priority value is ignored.
  */
 enum kdbus_recv_flags {
        KDBUS_RECV_PEEK         = 1 <<  0,