From: ZYunH Date: Wed, 13 Nov 2019 10:05:37 +0000 (+0000) Subject: runtime: fix typo in deferprocStack's comments X-Git-Tag: go1.14beta1~215 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=759c5d8ba6a5da7ce2896a44ba27887532ee0a46;p=gostls13.git runtime: fix typo in deferprocStack's comments change "fp" to "fd". Change-Id: I00e5fafcb68891356d508c49aa89969bfed7ed10 GitHub-Last-Rev: b06f976a3bacc6fc6f1fd0e4fc8c50da9764f736 GitHub-Pull-Request: golang/go#35557 Reviewed-on: https://go-review.googlesource.com/c/go/+/207038 Reviewed-by: Keith Randall --- diff --git a/src/runtime/panic.go b/src/runtime/panic.go index 31bf31110f..0823f11e98 100644 --- a/src/runtime/panic.go +++ b/src/runtime/panic.go @@ -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