]> git.sesse.net Git - vlc/blobdiff - src/audio_output/output.c
* Spelling fixes here and there.
[vlc] / src / audio_output / output.c
index c193a6439eabf9c68384fee0f27f86060b8cb457..8e00ade69ebebf516b3adc78321a23b1c4501d06 100644 (file)
@@ -296,7 +296,7 @@ aout_buffer_t * aout_OutputNextBuffer( aout_instance_t * p_aout,
         p_aout->output.fifo.pp_last = &p_aout->output.fifo.p_first;
 
 #if 0 /* This is bad because the audio output might just be trying to fill
-       * in it's internal buffers. And anyway, it's up to the audio output
+       * in its internal buffers. And anyway, it's up to the audio output
        * to deal with this kind of starvation. */
 
         /* Set date to 0, to allow the mixer to send a new buffer ASAP */