We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2e55f commit 4dcc3cdCopy full SHA for 4dcc3cd
src/runtime/proc.go
@@ -158,7 +158,7 @@ var (
158
// m0wait send a signal that the non-main thread is waiting for mainthread.Yield.
159
m0wait = make(chan struct{})
160
// m0exec notifies mainthread.Do when the f passed from Do on the non-main thread
161
- // to Yield on the main thread has completed.
+ // to mainthread.Yield on the main thread has completed.
162
m0exec = make(chan struct{}, 1)
163
)
164
0 commit comments