Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: typo in pushBackAll #49081

Closed
zndevel opened this issue Oct 20, 2021 · 2 comments
Closed

runtime: typo in pushBackAll #49081

zndevel opened this issue Oct 20, 2021 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.

Comments

@zndevel
Copy link

zndevel commented Oct 20, 2021

What version of Go are you using (go version)?

master

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go env Output
GOARCH=amd64
GOHOSTARCH=amd64
GOHOSTOS=windows

What did you do?

file: runtime.proc.go
function name: pushBackAll
comment error:
pushBackAll adds all Gs in l2 to the tail of q. After this q2 must not be used.

the word “l2” should be "q2"

What did you expect to see?

pushBackAll adds all Gs in q2 to the tail of q. After this q2 must not be used.

@mvdan mvdan changed the title function comment error runtime: typo in pushBackAll Oct 20, 2021
@mvdan
Copy link
Member

mvdan commented Oct 20, 2021

@zndevel please just send a CL or PR - there's no need for an issue for such a tiny typo fix :)

@mvdan mvdan added the NeedsFix The path to resolution is known, but the work has not been done. label Oct 20, 2021
@gopherbot
Copy link

Change https://golang.org/cl/357629 mentions this issue: runtime: fix typo of pushBackAll

@golang golang locked and limited conversation to collaborators Oct 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants