From 3fe5e146c2606b3d1c9cd0927454f513dca1c538 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 21 Jul 2020 11:02:11 +0200 Subject: [PATCH] thread-loop: fix comment --- src/pipewire/thread-loop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/thread-loop.h b/src/pipewire/thread-loop.h index 7401c654d..ed05e26f7 100644 --- a/src/pipewire/thread-loop.h +++ b/src/pipewire/thread-loop.h @@ -147,7 +147,7 @@ int pw_thread_loop_timed_wait(struct pw_thread_loop *loop, int wait_max_sec); * Since: 0.3.7 */ int pw_thread_loop_get_time(struct pw_thread_loop *loop, struct timespec *abstime, int64_t timeout); -/** Release the lock and wait until \a timeout until some thread calls +/** Release the lock and wait up to \a abstime until some thread calls * \ref pw_thread_loop_signal. Use \ref pw_thread_loop_get_time to make a timeout. * Since: 0.3.7 */ int pw_thread_loop_timed_wait_full(struct pw_thread_loop *loop, struct timespec *abstime);