loopback: fix callback name in comment

This commit is contained in:
Tanu Kaskinen 2019-05-29 11:07:01 +03:00
parent 9de4b10093
commit 91bb9b77e4

View file

@ -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