diff options
author | Dirk Stolle <[email protected]> | 2023-07-05 01:48:52 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-04 23:48:52 +0000 |
commit | e6e6a1c003ec2d80b5b11f8479ad95a4826bff89 (patch) | |
tree | c16e3cc5843dae2ef709951fb06eb7f707197530 /alc/alu.cpp | |
parent | 3e1c6e4351e18a6c189afd08b63e44e81ed0ecf2 (diff) |
Fix some typos (#872)
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r-- | alc/alu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index 5dfb4fae..8a4df3d4 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -1853,7 +1853,7 @@ void ProcessContexts(DeviceBase *device, const uint SamplesToDo) const EffectSlotArray &auxslots = *ctx->mActiveAuxSlots.load(std::memory_order_acquire); const al::span<Voice*> voices{ctx->getVoicesSpanAcquired()}; - /* Process pending propery updates for objects on the context. */ + /* Process pending property updates for objects on the context. */ ProcessParamUpdates(ctx, auxslots, voices); /* Clear auxiliary effect slot mixing buffers. */ |