From 2906cbbae4d97291c1cfc456cf132726fffd8fc0 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 10 May 2011 14:58:49 +0200 Subject: update INSTALL, NEWS, configure comment, queue doc --- libudev/libudev-queue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libudev') diff --git a/libudev/libudev-queue.c b/libudev/libudev-queue.c index ead05c5184..be6409d02a 100644 --- a/libudev/libudev-queue.c +++ b/libudev/libudev-queue.c @@ -343,7 +343,7 @@ out: * @start: first event sequence number * @end: last event sequence number * - * Returns: if any of the sequence numbers in the given range is currently active. + * Returns: a flag indicating if any of the sequence numbers in the given range is currently active. **/ int udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue, unsigned long long int start, unsigned long long int end) @@ -405,7 +405,7 @@ int udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue, * @udev_queue: udev queue context * @seqnum: sequence number * - * Returns: a flag indicating if the given sequence number is handled. + * Returns: a flag indicating if the given sequence number is currently active. **/ int udev_queue_get_seqnum_is_finished(struct udev_queue *udev_queue, unsigned long long int seqnum) { -- cgit v1.2.3-54-g00ecf