aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/pipewire.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/backends/pipewire.cpp
parent3e1c6e4351e18a6c189afd08b63e44e81ed0ecf2 (diff)
Fix some typos (#872)
Diffstat (limited to 'alc/backends/pipewire.cpp')
-rw-r--r--alc/backends/pipewire.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/pipewire.cpp b/alc/backends/pipewire.cpp
index 2bee4d7d..aac67ba2 100644
--- a/alc/backends/pipewire.cpp
+++ b/alc/backends/pipewire.cpp
@@ -1836,7 +1836,7 @@ ClockLatency PipeWirePlayback::getClockLatency()
delay -= monoclock - nanoseconds{ptime.now};
/* Return the mixer time and delay. Clamp the delay to no less than 0,
- * incase timer drift got that severe.
+ * in case timer drift got that severe.
*/
ClockLatency ret{};
ret.ClockTime = mixtime;