]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: use correct parameter name in comment
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Mar 2022 22:55:27 +0000 (15:55 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 1 Apr 2022 03:35:45 +0000 (03:35 +0000)
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>
src/runtime/mbarrier.go

index 465c21f83fa129024b00465bc043ef790a7bc2dd..a0d145ec7618f1a7716003a16a19bab244b18010 100644 (file)
@@ -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