aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/opensl.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-07-04 11:31:33 -0700
committerChris Robinson <[email protected]>2023-07-04 11:31:33 -0700
commit830a8d7e13be369ecc61d6938da3ee8a47c461a3 (patch)
tree8a2e36bc79f47eb6f889e2f58e02acd06ec94942 /alc/backends/opensl.cpp
parentc12ada68951ea67a59bef7d4fcdf22334990c12a (diff)
Fix a comment typo
Diffstat (limited to 'alc/backends/opensl.cpp')
-rw-r--r--alc/backends/opensl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/opensl.cpp b/alc/backends/opensl.cpp
index 2a161056..58e78459 100644
--- a/alc/backends/opensl.cpp
+++ b/alc/backends/opensl.cpp
@@ -934,7 +934,7 @@ void OpenSLCapture::captureSamples(std::byte *buffer, uint samples)
return;
/* For each buffer chunk that was fully read, queue another writable buffer
- * chunk to keep the OpenSL queue full. This is rather convulated, as a
+ * chunk to keep the OpenSL queue full. This is rather convoluted, as a
* result of the ring buffer holding more elements than are writable at a
* given time. The end of the write vector increments when the read pointer
* advances, which will "expose" a previously unwritable element. So for