From b8d04bdd876a7d9bbb10f0b86a21a6471b82886f Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 10 Dec 2021 14:28:54 +1000 Subject: [PATCH] Minor typo. --- extras/nodes/ma_reverb_node/ma_reverb_node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/nodes/ma_reverb_node/ma_reverb_node.c b/extras/nodes/ma_reverb_node/ma_reverb_node.c index f1905109..5c214d6c 100644 --- a/extras/nodes/ma_reverb_node/ma_reverb_node.c +++ b/extras/nodes/ma_reverb_node/ma_reverb_node.c @@ -34,7 +34,7 @@ static ma_node_vtable g_ma_reverb_node_vtable = { ma_reverb_node_process_pcm_frames, NULL, - 1, /* 1 input channels. */ + 1, /* 1 input channel. */ 1, /* 1 output channel. */ MA_NODE_FLAG_CONTINUOUS_PROCESSING /* Reverb requires continuous processing to ensure the tail get's processed. */ };