1
0
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:
ZYunH 2019-11-13 18:03:01 +08:00
parent bf5f64107a
commit b06f976a3b

View File

@ -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