Commit 738e179 1 parent 67535be commit 738e179 Copy full SHA for 738e179
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ static spx_int16_t compute_opt_delay(JitterBuffer *jitter)
211
211
int j ;
212
212
int next = -1 ;
213
213
int latest = 32767 ;
214
- /* Pick latest amoung all sub-windows */
214
+ /* Pick latest among all sub-windows */
215
215
for (j = 0 ;j < MAX_BUFFERS ;j ++ )
216
216
{
217
217
if (pos [j ] < tb [j ].filled && tb [j ].timing [pos [j ]] < latest )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
23
23
#include "os_support.h"
24
24
25
25
/* The guts header contains all the multiplication and addition macros that are defined for
26
- fixed or floating point complex numbers. It also delares the kf_ internal functions.
26
+ fixed or floating point complex numbers. It also declares the kf_ internal functions.
27
27
*/
28
28
29
29
static void kf_bfly2 (
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ static void speex_free(void *ptr) {free(ptr);}
104
104
#include "resample_neon.h"
105
105
#endif
106
106
107
- /* Numer of elements to allocate on the stack */
107
+ /* Number of elements to allocate on the stack */
108
108
#ifdef VAR_ARRAYS
109
109
#define FIXED_STACK_ALLOC 8192
110
110
#else
You can’t perform that action at this time.
0 commit comments