]> Cypherpunks repositories - gostls13.git/commit
runtime: fix typo in deferprocStack's comments
authorZYunH <zyunhjob@163.com>
Wed, 13 Nov 2019 10:05:37 +0000 (10:05 +0000)
committerKeith Randall <khr@golang.org>
Wed, 13 Nov 2019 15:24:48 +0000 (15:24 +0000)
commit759c5d8ba6a5da7ce2896a44ba27887532ee0a46
tree9ccdba7e0cac9df5b773bbfa7808dab9dc04f8f1
parentc07511585e37695d750a1e2efd44033b1160863a
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 <khr@golang.org>
src/runtime/panic.go