Skip to content

Commit

Permalink
runtime: use correct parameter name in comment
Browse files Browse the repository at this point in the history
Change-Id: If8713aca9d6b1f1c218e85f09c9ee016833b3faa
Reviewed-on: https://go-review.googlesource.com/c/go/+/396515
Trust: Ian Lance Taylor <[email protected]>
Run-TryBot: Ian Lance Taylor <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Emmanuel Odeke <[email protected]>
  • Loading branch information
ianlancetaylor committed Apr 1, 2022
1 parent f5290ef commit 9d6c711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/mbarrier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d6c711

Please sign in to comment.