Skip to content

Commit 213230e

Browse files
alfredhjmvalin
authored andcommitted
celt: fix DB_SHIFT typo in GCONST macro comment
Signed-off-by: Jean-Marc Valin <[email protected]>
1 parent 15a34cb commit 213230e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celt/fixed_generic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
/** Compile-time conversion of float constant to log gain value */
9696
#define GCONST2(x,bits) ((celt_glog)(.5+(x)*(((celt_glog)1)<<(bits))))
9797

98-
/** Compile-time conversion of float constant to DB_SHFIT log gain value */
98+
/** Compile-time conversion of float constant to DB_SHIFT log gain value */
9999
#define GCONST(x) GCONST2((x),DB_SHIFT)
100100

101101
/** Negate a 16-bit value */

0 commit comments

Comments
 (0)