Fix a few typos

This commit is contained in:
Andrei Vagin
2025-01-29 21:16:51 -08:00
parent 8bdf76c5ca
commit f010ae01ac
116 changed files with 189 additions and 182 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ type Context interface {
// Release() releases any resources associated with this context.
Release()
// PrepareSleep() is called when the tread switches to the
// PrepareSleep() is called when the thread switches to the
// interruptible sleep state.
PrepareSleep()
}