]> code.delx.au - pulseaudio/commitdiff
A couple of comment typo fixes.
authorTanu Kaskinen <tanuk@iki.fi>
Thu, 25 Oct 2007 05:36:02 +0000 (05:36 +0000)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 25 Oct 2007 05:36:02 +0000 (05:36 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1951 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulsecore/asyncmsgq.c
src/pulsecore/asyncmsgq.h

index 9910f651380bd84019472e5e6ca01626ebf4a7d6..96b43a71453129f776ea000a8e428d1e92f9904c 100644 (file)
@@ -134,7 +134,7 @@ void pa_asyncmsgq_post(pa_asyncmsgq *a, pa_msgobject *object, int code, const vo
         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);
index 393bb0b183add798d07076c453a7f55c0c64e129..5d3867ba05ef63e9fd28fd0ff52d679de1f074a8 100644 (file)
@@ -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 {