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
1 changed files with 1 additions and 1 deletions

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