aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
authorDirk Stolle <[email protected]>2023-07-05 01:48:52 +0200
committerGitHub <[email protected]>2023-07-04 23:48:52 +0000
commite6e6a1c003ec2d80b5b11f8479ad95a4826bff89 (patch)
treec16e3cc5843dae2ef709951fb06eb7f707197530 /alc/alu.cpp
parent3e1c6e4351e18a6c189afd08b63e44e81ed0ecf2 (diff)
Fix some typos (#872)
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp2
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. */