From ab2a3a160e6ff3ac6d484868d5a7884e4761b880 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 17 Jan 2014 01:42:11 +0100 Subject: [PATCH] kdbus.h: fix comments --- kdbus.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.34.1