[pulseaudio-commits] r1951 - in /branches/lennart/src/pulsecore: asyncmsgq.c asyncmsgq.h
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Wed Oct 24 22:36:04 PDT 2007
Author: tanuk
Date: Thu Oct 25 07:36:02 2007
New Revision: 1951
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1951&root=pulseaudio&view=rev
Log:
A couple of comment typo fixes.
Modified:
branches/lennart/src/pulsecore/asyncmsgq.c
branches/lennart/src/pulsecore/asyncmsgq.h
Modified: branches/lennart/src/pulsecore/asyncmsgq.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/pulsecore/asyncmsgq.c?rev=1951&root=pulseaudio&r1=1950&r2=1951&view=diff
==============================================================================
--- branches/lennart/src/pulsecore/asyncmsgq.c (original)
+++ branches/lennart/src/pulsecore/asyncmsgq.c Thu Oct 25 07:36:02 2007
@@ -134,7 +134,7 @@
pa_memchunk_reset(&i->memchunk);
i->semaphore = NULL;
- /* Thus mutex makes the queue multiple-writer safe. This lock is only used on the writing side */
+ /* This mutex makes the queue multiple-writer safe. This lock is only used on the writing side */
pa_mutex_lock(a->mutex);
pa_assert_se(pa_asyncq_push(a->asyncq, i, 1) == 0);
pa_mutex_unlock(a->mutex);
Modified: branches/lennart/src/pulsecore/asyncmsgq.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/pulsecore/asyncmsgq.h?rev=1951&root=pulseaudio&r1=1950&r2=1951&view=diff
==============================================================================
--- branches/lennart/src/pulsecore/asyncmsgq.h (original)
+++ branches/lennart/src/pulsecore/asyncmsgq.h Thu Oct 25 07:36:02 2007
@@ -45,7 +45,7 @@
* A memchunk (may be NULL)
*
* There are two functions for submitting messages: _post and
- * _send. The fromer just enqueues the message asynchronously, the
+ * _send. The former just enqueues the message asynchronously, the
* latter waits for completion, synchronously. */
enum {
More information about the pulseaudio-commits
mailing list