Skip to content

Commit 95939e8

Browse files
sryoyarandall77
authored andcommitted
cmd/compile/internal/abi: fix typo in comment
Change-Id: I196045314b2b0e908d7b31ac0cea5b25404f3ee0 Reviewed-on: https://go-review.googlesource.com/c/go/+/325249 Reviewed-by: Matthew Dempsky <[email protected]> Trust: Keith Randall <[email protected]>
1 parent 831f937 commit 95939e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/compile/internal/abi/abiutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ func (config *ABIConfig) ABIAnalyze(t *types.Type, setNname bool) *ABIParamResul
449449
// parameterUpdateMu protects the Offset field of function/method parameters (a subset of structure Fields)
450450
var parameterUpdateMu sync.Mutex
451451

452-
// FieldOffsetOf returns a concurency-safe version of f.Offset
452+
// FieldOffsetOf returns a concurrency-safe version of f.Offset
453453
func FieldOffsetOf(f *types.Field) int64 {
454454
parameterUpdateMu.Lock()
455455
defer parameterUpdateMu.Unlock()

0 commit comments

Comments
 (0)