From 91bb9b77e43d95ade59f55f1e3c99f8cc883e460 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Wed, 29 May 2019 11:07:01 +0300 Subject: [PATCH] loopback: fix callback name in comment --- src/modules/module-loopback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-loopback.c b/src/modules/module-loopback.c index ebd4cb2ee..ed559e4c7 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