]> code.delx.au - pulseaudio/commitdiff
sink-input: Fix comment: s/push/peek/
authorTanu Kaskinen <tanuk@iki.fi>
Wed, 29 Aug 2012 05:09:36 +0000 (08:09 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 29 Aug 2012 05:25:15 +0000 (08:25 +0300)
src/pulsecore/sink-input.c

index f6f93b88314a7dd4eecea66cfc98ba60605b07d8..d9fd35b9a1a6edc715232e1565a85d23f1006f86 100644 (file)
@@ -989,7 +989,7 @@ void pa_sink_input_process_rewind(pa_sink_input *i, size_t nbytes /* in sink sam
     if (i->thread_info.rewrite_nbytes == (size_t) -1) {
 
         /* We were asked to drop all buffered data, and rerequest new
-         * data from implementor the next time push() is called */
+         * data from implementor the next time peek() is called */
 
         pa_memblockq_flush_write(i->thread_info.render_memblockq, TRUE);