mirror of
https://github.com/golang/go
synced 2024-11-12 02:10:21 -07:00
runtime: fix typo in deferprocStack's comments
This commit is contained in:
parent
bf5f64107a
commit
b06f976a3b
@ -283,7 +283,7 @@ func deferprocStack(d *_defer) {
|
||||
d.varp = 0
|
||||
// The lines below implement:
|
||||
// d.panic = nil
|
||||
// d.fp = nil
|
||||
// d.fd = nil
|
||||
// d.link = gp._defer
|
||||
// gp._defer = d
|
||||
// But without write barriers. The first three are writes to
|
||||
|
Loading…
Reference in New Issue
Block a user