]> Cypherpunks repositories - gostls13.git/commit
runtime: fix typo in function comments
authorAbirdcfly <fp544037857@gmail.com>
Sun, 24 Jul 2022 13:41:16 +0000 (13:41 +0000)
committerGopher Robot <gobot@golang.org>
Sun, 24 Jul 2022 21:05:02 +0000 (21:05 +0000)
commit64f2829c9cdf12b893068305b2451c81b0a5b3a6
tree94e7cf63d438dfc5397f2aa46c1c9bcf139fd303
parent2ff563a00e45308fad74f1f86d816f4f636584a0
runtime: fix typo in function comments

The correct word to use here is 'receive' not 'recieve'

Change-Id: Ia33e2a91c1c2da6dbe479a05518dbb9b8733d20d
GitHub-Last-Rev: e3c3e211dd7055d1dab8699a88d0b35c459da149
GitHub-Pull-Request: golang/go#54025
Reviewed-on: https://go-review.googlesource.com/c/go/+/419316
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
src/runtime/string.go