Skip to content

Commit b5dc74f

Browse files
alfredhjmvalin
authored andcommitted
celt: fix a small typo in comment in interp_bits2pulses() (rate.c)
Signed-off-by: Jean-Marc Valin <[email protected]>
1 parent 213230e commit b5dc74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celt/rate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ static OPUS_INLINE int interp_bits2pulses(const CELTMode *m, int start, int end,
323323
In the first case, we'd be coding a bit to signal we're going to waste
324324
all the other bits.
325325
In the second case, we'd be coding a bit to redistribute all the bits
326-
we just signaled should be cocentrated in this band. */
326+
we just signaled should be concentrated in this band. */
327327
if (j<=skip_start)
328328
{
329329
/* Give the bit we reserved to end skipping back. */

0 commit comments

Comments
 (0)