aboutsummaryrefslogtreecommitdiffstats
path: root/core/bformatdec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/bformatdec.cpp')
-rw-r--r--core/bformatdec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bformatdec.cpp b/core/bformatdec.cpp
index 5c3f1864..b93c2f44 100644
--- a/core/bformatdec.cpp
+++ b/core/bformatdec.cpp
@@ -115,7 +115,7 @@ void BFormatDec::processStablize(const al::span<FloatBufferLine> OutBuffer,
auto &DelayBuf = mStablizer->DelayBuf[i];
auto buffer_end = OutBuffer[i].begin() + SamplesToDo;
- if(SamplesToDo >= FrontStablizer::DelayLength) [[allikely]]
+ if(SamplesToDo >= FrontStablizer::DelayLength) [[likely]]
{
auto delay_end = std::rotate(OutBuffer[i].begin(),
buffer_end - FrontStablizer::DelayLength, buffer_end);