From: Kay Sievers Date: Fri, 17 Jan 2014 00:42:11 +0000 (+0100) Subject: kdbus.h: fix comments X-Git-Tag: upstream/0.20140120.123719~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab2a3a160e6ff3ac6d484868d5a7884e4761b880;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git kdbus.h: fix comments --- diff --git a/kdbus.h b/kdbus.h index a758547..10102d4 100644 --- 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,