]> code.delx.au - pulseaudio/commitdiff
doc: Use correct parameter name wait_for_accept in documentation of pa_threaded_mainl...
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Fri, 7 Mar 2014 12:34:41 +0000 (13:34 +0100)
committerPeter Meerwald <pmeerw@pmeerw.net>
Sat, 8 Mar 2014 15:37:26 +0000 (16:37 +0100)
also sneaks in a full stop in documentation elsewhere

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
src/pulse/thread-mainloop.h

index 8e8cbfeba95c29dd74ddfbe41c0543332298e23d..6a786fcfad8a71285f379ae72109100e31c311ef 100644 (file)
@@ -272,7 +272,7 @@ void pa_threaded_mainloop_stop(pa_threaded_mainloop *m);
  * are executed with this lock held. */
 void pa_threaded_mainloop_lock(pa_threaded_mainloop *m);
 
-/** Unlock the event loop object, inverse of pa_threaded_mainloop_lock() */
+/** Unlock the event loop object, inverse of pa_threaded_mainloop_lock(). */
 void pa_threaded_mainloop_unlock(pa_threaded_mainloop *m);
 
 /** Wait for an event to be signalled by the event loop thread. You
@@ -287,7 +287,7 @@ void pa_threaded_mainloop_unlock(pa_threaded_mainloop *m);
 void pa_threaded_mainloop_wait(pa_threaded_mainloop *m);
 
 /** Signal all threads waiting for a signalling event in
- * pa_threaded_mainloop_wait(). If wait_for_release is non-zero, do
+ * pa_threaded_mainloop_wait(). If wait_for_accept is non-zero, do
  * not return before the signal was accepted by a
  * pa_threaded_mainloop_accept() call. While waiting for that condition
  * the event loop object is unlocked. */