summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-03-03 18:35:14 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2011-05-02 11:55:38 +0530
commit4c9d53f3f50162e19ad7934e62c8f35453bdbfbc (patch)
tree8adf2c40d09978199d557650ffbeeeadb0917582 /src/pulsecore
parent20f1fa17bebe086cb9cff09a5157dc7ca009ba61 (diff)
sink: Trivial typo fix in comment
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/sink.c2
1 files changed, 1 insertions, 1 deletions
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);