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
@@ -99,7 +99,7 @@ func (n *Notifier) UpdateFD(fd uint32) {
// object. Once notifications arrive, they are dispatched to the
// registered queue.
func (n *Notifier) waitAndNotify(ioInit chan int32) error {
// plugin stack leverages TLS varaibles, so bind this goroutine with
// plugin stack leverages TLS variables, so bind this goroutine with
// one specific OS thread
runtime.LockOSThread()