aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2019-05-29 11:07:01 +0300
committerTanu Kaskinen <tanuk@iki.fi>2019-05-29 11:07:01 +0300
commit91bb9b77e43d95ade59f55f1e3c99f8cc883e460 (patch)
tree74665bd7138d28f7d6aff1906d673bc8739383e9
parent9de4b100934daa44522a6c2544291bc8a64675ea (diff)
downloadpulseaudio-91bb9b77e43d95ade59f55f1e3c99f8cc883e460.tar.gz
loopback: fix callback name in comment
-rw-r--r--src/modules/module-loopback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-loopback.c b/src/modules/module-loopback.c
index ebd4cb2e..ed559e4c 100644
--- a/src/modules/module-loopback.c
+++ b/src/modules/module-loopback.c
@@ -214,7 +214,7 @@ static void teardown(struct userdata *u) {
* to the sink input. Also, we need to ensure that new messages won't be
* written to the queue after we have emptied it.
*
- * Emptying the queue can be done in the state_changed() callback of the
+ * Emptying the queue can be done in the state_change() callback of the
* sink input, when the new state is "unlinked".
*
* Preventing new messages from being written to the queue can be achieved