-
Notifications
You must be signed in to change notification settings - Fork 18k
all: fix typos #60960
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
all: fix typos #60960
Conversation
This PR (HEAD: 45928e3) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/505398 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 8d289b7) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/505398 to see it. Tip: You can toggle comments from me using the |
Message from Sense As: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/505398. |
Message from Robert Findley: Patch Set 2: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/505398. |
Message from Sense As: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/505398. |
Message from Robert Findley: Patch Set 2: Auto-Submit+1 Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/505398. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/505398. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/505398. |
Message from Ian Lance Taylor: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/505398. |
@@ -766,7 +766,7 @@ func TestNoRaceCloseHappensBeforeRead(t *testing.T) { | |||
|
|||
// Test that we call the proper race detector function when c.elemsize==0. | |||
// See https://github.com/golang/go/issues/42598 | |||
func TestNoRaceElemetSize0(t *testing.T) { | |||
func TestNoRaceElemSize0(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't be this TestNoRaceElementSize0 ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in chan_test.go file Shouldn't be that TestNoRaceElementSize0 ??
Message from Sense As: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/505398. |
Change-Id: I510b0a4bf3472d937393800dd57472c30beef329 GitHub-Last-Rev: 8d289b7 GitHub-Pull-Request: #60960 Reviewed-on: https://go-review.googlesource.com/c/go/+/505398 Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
This PR is being closed because golang.org/cl/505398 has been merged. |
Change-Id: I510b0a4bf3472d937393800dd57472c30beef329 GitHub-Last-Rev: 8d289b73a37bd86080936423d981d21e152aaa33 GitHub-Pull-Request: golang/go#60960 Reviewed-on: https://go-review.googlesource.com/c/go/+/505398 Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
No description provided.