]> Cypherpunks repositories - gostls13.git/commit
runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)
authordyma solovei <53943884+bevzzz@users.noreply.github.com>
Tue, 15 Jul 2025 12:21:38 +0000 (12:21 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 15 Jul 2025 16:21:11 +0000 (09:21 -0700)
commit7dceabd3be3d119bb2539030e0e824ad85a10202
treebcdc1e385252aefe55a26d82ed0053805745d602
parentd826bf4d7440ee07f865e5852638b5a2468687ff
runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)

Several comments refer to bitset as 'instrinsified', which is likely
a typo, because it refers to the output of the intrinsics implemented
with SIMD.

Change-Id: I00f26b8d8128592ee0e9dc8a1b1480c93a9542d6
GitHub-Last-Rev: 8a4236710979f2f969210e0b261bdb9ae44f3321
GitHub-Pull-Request: golang/go#74624
Reviewed-on: https://go-review.googlesource.com/c/go/+/688016
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
src/internal/runtime/maps/group.go