chore: fix typos from updated typos tool

This commit is contained in:
Kirill Chibisov
2025-07-23 10:34:44 +09:00
parent b248ecba31
commit c0a8bedee2
4 changed files with 4 additions and 4 deletions

View File

@@ -738,7 +738,7 @@ fn wait_for_messages_impl(
unsafe {
// Either:
// 1. User wants to wait indefinely if timeout is not set.
// 1. User wants to wait indefinitely if timeout is not set.
// 2. We failed to get and set high resolution timer and we need something instead of it.
let wait_duration_ms = timeout.map(dur2timeout).unwrap_or(INFINITE);