ref: b5dc74f26ff9a9ef1f1af9a473b9ae07520eed7d
parent: 213230eee4e2d93f4db6eddaeec07484b769ea29
author: Alfred E. Heggestad <114750+alfredh@users.noreply.github.com>
date: Sat Sep 13 14:24:42 EDT 2025
celt: fix a small typo in comment in interp_bits2pulses() (rate.c) Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
--- a/celt/rate.c
+++ b/celt/rate.c
@@ -323,7 +323,7 @@
In the first case, we'd be coding a bit to signal we're going to waste
all the other bits.
In the second case, we'd be coding a bit to redistribute all the bits
- we just signaled should be cocentrated in this band. */
+ we just signaled should be concentrated in this band. */
if (j<=skip_start)
{
/* Give the bit we reserved to end skipping back. */
--
⑨