mirror of https://github.com/golang/go.git
runtime: use correct parameter name in comment
Change-Id: If8713aca9d6b1f1c218e85f09c9ee016833b3faa Reviewed-on: https://go-review.googlesource.com/c/go/+/396515 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
This commit is contained in:
parent
f5290ef947
commit
9d6c711e3c
|
|
@ -147,7 +147,7 @@ import (
|
|||
// remove the deletion barrier, we'll have to work out a new way to
|
||||
// handle the profile logging.
|
||||
|
||||
// typedmemmove copies a value of type t to dst from src.
|
||||
// typedmemmove copies a value of type typ to dst from src.
|
||||
// Must be nosplit, see #16026.
|
||||
//
|
||||
// TODO: Perfect for go:nosplitrec since we can't have a safe point
|
||||
|
|
|
|||
Loading…
Reference in New Issue