mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
f377951178
commit
173dcfb7cb
17 changed files with 23 additions and 23 deletions
|
@ -97,7 +97,7 @@ void ConnectionFromClient::custom_event(Core::CustomEvent&)
|
|||
|
||||
m_user_queue->discard_samples(available_samples);
|
||||
|
||||
// FIXME: Could we recieve interrupts in a good non-IPC way instead?
|
||||
// FIXME: Could we receive interrupts in a good non-IPC way instead?
|
||||
auto result = m_buffer->try_blocking_enqueue(next_chunk, [this]() {
|
||||
nanosleep(&m_good_sleep_time, nullptr);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue