aboutsummaryrefslogtreecommitdiff
path: root/src/internal/runtime/maps/table.go
diff options
context:
space:
mode:
authorRuihua Wen <spiffyeight77@gmail.com>2025-07-24 02:36:26 +0000
committerKeith Randall <khr@golang.org>2025-07-28 11:38:50 -0700
commitcd3655a8243b5f52b6a274a0aba5e01d998906c0 (patch)
tree2e3d360da9a97944bba1b0157bac3caed5003342 /src/internal/runtime/maps/table.go
parentd5dc36af455ebd3e613780136766fba0cef7b0c4 (diff)
downloadgo-cd3655a8243b5f52b6a274a0aba5e01d998906c0.tar.xz
internal/runtime/maps: fix spelling errors in comments
Change-Id: I289d26f75bb556b46699159f06ce7eb03d34656d GitHub-Last-Rev: 10ce76df1d4951e021d460808c9d477cfbcf7c5c GitHub-Pull-Request: golang/go#74733 Reviewed-on: https://go-review.googlesource.com/c/go/+/690095 Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <mark@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/internal/runtime/maps/table.go')
-rw-r--r--src/internal/runtime/maps/table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/runtime/maps/table.go b/src/internal/runtime/maps/table.go
index 88f87187fe..28870d40c2 100644
--- a/src/internal/runtime/maps/table.go
+++ b/src/internal/runtime/maps/table.go
@@ -53,7 +53,7 @@ type table struct {
// Index of this table in the Map directory. This is the index of the
// _first_ location in the directory. The table may occur in multiple
- // sequential indicies.
+ // sequential indices.
//
// index is -1 if the table is stale (no longer installed in the
// directory).