Fix all spelling mistakes in history by typos tool

This commit is contained in:
Cautreoxit
2024-08-26 15:31:58 +08:00
committed by Tate, Hongliang Tian
parent b29d3b5409
commit 86f09eef75
120 changed files with 255 additions and 213 deletions

View File

@ -206,7 +206,7 @@ impl Condvar {
}
/// Wait for the condition to become true,
/// and until the condition is explicitly woken up or interupted.
/// and until the condition is explicitly woken up or interrupted.
///
/// This function blocks until either the condition becomes false
/// or the condition variable is explicitly notified.