]> code.delx.au - pulseaudio/commitdiff
fix the ever-popular 'the the' typo
authorPeter Meerwald <pmeerw@pmeerw.net>
Sun, 8 Jan 2012 12:16:51 +0000 (13:16 +0100)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 28 Jan 2012 15:51:59 +0000 (17:51 +0200)
some are comments, some are user-visible doxygen text and documentation

man/pulse-daemon.conf.5.xml.in
src/modules/macosx/module-coreaudio-device.c
src/modules/module-equalizer-sink.c
src/modules/module-null-sink.c
src/pulse/context.h
src/pulse/proplist.h
src/pulsecore/play-memblockq.c
src/tests/connect-stress.c
src/tests/extended-test.c
src/tests/sync-playback.c

index 2c42f8ce0938c4c78406bb7f51b8003413cabaac..4ce238b91bbf26a18cb895994d9c7bf3c01a71b6 100644 (file)
@@ -312,7 +312,7 @@ USA.
 
     <option>
       <p><opt>log-backtrace=</opt> When greater than 0, with each
-      logged message log a code stack trace up the the specified
+      logged message log a code stack trace up the specified
       number of stack frames. Defaults to <opt>0</opt>.</p>
     </option>
 
index d2762819aec271df91336c46f5232c304fdde3b8..47fd1e69393e73b606e0fccd982ccd6f02ba7826 100644 (file)
@@ -208,7 +208,7 @@ static pa_usec_t get_latency_us(pa_object *o) {
     AudioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &total);
     total += v;
 
-    /* the the IOProc buffer size */
+    /* the IOProc buffer size */
     property_address.mSelector = kAudioDevicePropertyBufferFrameSize;
     size = sizeof(v);
     AudioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &v);
index 006b3d1c43eedb0e1fcf3f5d1f2cddf17f47a0b5..e07452cd00aa3288eccb80c52454693e50d3b6ee 100644 (file)
@@ -369,7 +369,7 @@ static void dsp_logic(
     for(size_t j = 0; j < u->window_size; ++j){
         dst[j] = X * W[j] * src[j];
     }
-    //zero pad the the remaining fft window
+    //zero pad the remaining fft window
     memset(dst + u->window_size, 0, (u->fft_size - u->window_size) * sizeof(float));
     //Processing is done here!
     //do fft
@@ -441,7 +441,7 @@ static void dsp_logic(
 //        d->v = x->v * w->v * s->v;
 //#endif
     }
-    //zero pad the the remaining fft window
+    //zero pad the remaining fft window
     memset(dst + u->window_size, 0, (u->fft_size - u->window_size) * sizeof(float));
 
     //Processing is done here!
index 454bd3e4bd2e2ab3f0d26b35b15d74d80437e314..f40546a8ac7a09643e81a5fd795bf35da4e3a072 100644 (file)
@@ -176,7 +176,7 @@ static void process_render(struct userdata *u, pa_usec_t now) {
     queued. Hence: at maximum read this many bytes from the sink
     inputs. */
 
-    /* Fill the buffer up the the latency size */
+    /* Fill the buffer up the latency size */
     while (u->timestamp < now + u->block_usec) {
         pa_memchunk chunk;
 
index b2d4133eec7d20f59d8483465a1086012104cfd4..6e615f6a50ed40c1d1372682b2b473a6f874bb6b 100644 (file)
@@ -174,7 +174,7 @@ typedef void (*pa_context_event_cb_t)(pa_context *c, const char *name, pa_propli
 pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
 
 /** Instantiate a new connection context with an abstract mainloop API
- * and an application name, and specify the the initial client property
+ * and an application name, and specify the initial client property
  * list. \since 0.9.11 */
 pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *proplist);
 
index 97694dfe9da93c1416fb881b6707f0addbfa00c3..5802394ae88785e5cdf2395828e60215e256be4b 100644 (file)
@@ -311,7 +311,7 @@ int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nb
  * the data before accessing the property list again. \since 0.9.11 */
 const char *pa_proplist_gets(pa_proplist *p, const char *key);
 
-/** Return the the value for the specified key. Will return a
+/** Return the value for the specified key. Will return a
  * NUL-terminated string for string entries. The pointer returned will
  * point to an internally allocated buffer. The caller should make a
  * copy of the data before the property list is accessed again. \since
index b09326129d7a360200aa702155498cf4dee13a49..2ce92e50d057cb5201d355ef61a183e63617d60e 100644 (file)
@@ -133,7 +133,7 @@ static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk
     }
 
     /* If there's no memblock, there's going to be data in the memblockq after
-     * a gap with length chunk->length. Drop the the gap and peek the actual
+     * a gap with length chunk->length. Drop the gap and peek the actual
      * data. There should always be some data coming - hence the assert. The
      * gap will occur if the memblockq is rewound beyond index 0.*/
     if (!chunk->memblock) {
index eadcf88561f3b59917d55ef8f30585b13178483d..c4c6efcd12ca2edd1e0954a65851bc09aa9d1244 100644 (file)
@@ -107,7 +107,7 @@ static void disconnect(void) {
 static const pa_buffer_attr buffer_attr = {
     .maxlength = SAMPLE_HZ * sizeof(float) * NSTREAMS,
     .tlength = (uint32_t) -1,
-    .prebuf = 0, /* Setting prebuf to 0 guarantees us the the streams will run synchronously, no matter what */
+    .prebuf = 0, /* Setting prebuf to 0 guarantees us the streams will run synchronously, no matter what */
     .minreq = (uint32_t) -1,
     .fragsize = 0
 };
index 0647aeae75a62a82ad5b2b3ff05986c02266c71e..7a0656b4533c0a4eec40021eb38ad608ef6ac38e 100644 (file)
@@ -47,7 +47,7 @@ static int n_streams_ready = 0;
 static const pa_buffer_attr buffer_attr = {
     .maxlength = SAMPLE_HZ*sizeof(float)*NSTREAMS, /* exactly space for the entire play time */
     .tlength = (uint32_t) -1,
-    .prebuf = 0, /* Setting prebuf to 0 guarantees us the the streams will run synchronously, no matter what */
+    .prebuf = 0, /* Setting prebuf to 0 guarantees us the streams will run synchronously, no matter what */
     .minreq = (uint32_t) -1,
     .fragsize = 0
 };
index 8eaa25fe1f727f57d2b5cf503b78f364e741c8d8..df1fa4534c7c491e18dffc371dba39018faf4185 100644 (file)
@@ -53,7 +53,7 @@ static const pa_sample_spec sample_spec = {
 static const pa_buffer_attr buffer_attr = {
     .maxlength = SAMPLE_HZ*sizeof(float)*NSTREAMS, /* exactly space for the entire play time */
     .tlength = (uint32_t) -1,
-    .prebuf = 0, /* Setting prebuf to 0 guarantees us the the streams will run synchronously, no matter what */
+    .prebuf = 0, /* Setting prebuf to 0 guarantees us the streams will run synchronously, no matter what */
     .minreq = (uint32_t) -1,
     .fragsize = 0
 };