Skip to content

Commit 4dcc3cd

Browse files
new
Change-Id: I2b917610a120944e66f3b28bd8e394fa9fe54e50
1 parent ea2e55f commit 4dcc3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/proc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ var (
158158
// m0wait send a signal that the non-main thread is waiting for mainthread.Yield.
159159
m0wait = make(chan struct{})
160160
// m0exec notifies mainthread.Do when the f passed from Do on the non-main thread
161-
// to Yield on the main thread has completed.
161+
// to mainthread.Yield on the main thread has completed.
162162
m0exec = make(chan struct{}, 1)
163163
)
164164

0 commit comments

Comments
 (0)