From: Arun Raghavan Date: Thu, 3 Mar 2011 13:05:14 +0000 (+0530) Subject: sink: Trivial typo fix in comment X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/4c9d53f3f50162e19ad7934e62c8f35453bdbfbc sink: Trivial typo fix in comment --- diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index 626c7278..5959a5ce 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -2153,7 +2153,7 @@ int pa_sink_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offse /* If you change anything here, make sure to change the * sink input handling a few lines down at - * PA_SINK_MESSAGE_PREPAPRE_MOVE, too. */ + * PA_SINK_MESSAGE_START_MOVE, too. */ if (i->detach) i->detach(i);