| Index: third_party/WebKit/Source/platform/audio/SincResampler.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/SincResampler.cpp b/third_party/WebKit/Source/platform/audio/SincResampler.cpp
|
| index 9a1cb6395b4d95561af6e03dbc5a9b0ed080f2be..f9fe2d138faae1572e43d51172d2efd83ef5fa3b 100644
|
| --- a/third_party/WebKit/Source/platform/audio/SincResampler.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/SincResampler.cpp
|
| @@ -262,7 +262,7 @@ void SincResampler::process(AudioSourceProvider* sourceProvider, float* destinat
|
| float input;
|
|
|
| #if CPU(X86) || CPU(X86_64)
|
| - // If the sourceP address is not 16-byte aligned, the first several frames (at most three) should be processed seperately.
|
| + // If the sourceP address is not 16-byte aligned, the first several frames (at most three) should be processed separately.
|
| while ((reinterpret_cast<uintptr_t>(inputP) & 0x0F) && n) {
|
| CONVOLVE_ONE_SAMPLE
|
| n--;
|
|
|