Skip to content

Commit 8b31ff3

Browse files
m0dBcr7pt0gr4ph7
andauthored
Update src/soundio/sounddeviceportaudio.cpp
Co-authored-by: Lukas Waslowski <cr7pt0gr4ph7@gmail.com>
1 parent fba7bfe commit 8b31ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/soundio/sounddeviceportaudio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ void SoundDevicePortAudio::makeStreamInactiveAndWait() {
444444
if (!m_finishedCV.wait_for(lock, std::chrono::seconds(1), [&] { return m_bFinished; })) {
445445
// The timeout should not be reached, because when the process
446446
// callback returns paAbort, the stream will finish as soon as possible.
447-
// We have it as a last result in case inactivating the stream stalls.
447+
// We have it as a last resort in case inactivating the stream stalls.
448448
qWarning() << "PortAudio: Timeout reached when waiting for PortAudio finish callback";
449449
}
450450
}

0 commit comments

Comments
 (0)