-
Notifications
You must be signed in to change notification settings - Fork 18k
src: fix typos #68964
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
src: fix typos #68964
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@@ -411,7 +411,7 @@ func preprocess(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) { | |||
// The NOP is needed to give the jumps somewhere to land. | |||
// It is a liblink NOP, not a hardware NOP: it encodes to 0 instruction bytes. | |||
// | |||
// We don't generate this for leafs because that means the wrapped | |||
// We don't generate this for leaves because that means the wrapped |
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.
Understood if you prefer to revert this. I prefer to use correct English at all times, however, some people might find leafs
more suitable in code.
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.
Please use Gerrit for comments and code review, but not GitHub.
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.
https://go.dev/doc/contribute has contribution instructions.
src/net/http/fs.go
Outdated
@@ -264,7 +264,7 @@ var errNoOverlap = errors.New("invalid range: failed to overlap") | |||
|
|||
// if name is empty, filename is unknown. (used for mime type, before sniffing) | |||
// if modtime.IsZero(), modtime is unknown. | |||
// content must be seeked to the beginning of the file. | |||
// content must be sought to the beginning of the file. |
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.
Some people might find (incorrect form) "seeked"
more easy to read in code, understood if you prefer me to revert this.
src/runtime/map_noswiss.go
Outdated
@@ -358,7 +358,7 @@ func makemap(t *maptype, hint int, h *hmap) *hmap { | |||
// 1<<b is the minimum number of buckets to allocate. | |||
// dirtyalloc should either be nil or a bucket array previously | |||
// allocated by makeBucketArray with the same t and b parameters. | |||
// If dirtyalloc is nil a new backing array will be alloced and |
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.
or is alloced
to be read as: "alloc-ed", to have used (m)alloc
on something? Still, alloc
does indeed allocate memory, so allocated
is correct, no?
This PR (HEAD: a1eec99) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/606955. Important tips:
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Ian Lance Taylor: Patch Set 1: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
This PR (HEAD: bbaeb3d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/606955. Important tips:
|
Message from Alexander Cyon: Patch Set 1: (7 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Ian Lance Taylor: Patch Set 2: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-08-20T18:26:14Z","revision":"c62c8bb891cd3b411308152c30674cd285b2a13d"} Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Ian Lance Taylor: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Ian Lance Taylor: Patch Set 2: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-08-20T18:47:31Z","revision":"c62c8bb891cd3b411308152c30674cd285b2a13d"} Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Ian Lance Taylor: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/606955. |
Fix typos in ~30 files Change-Id: Ie433aea01e7d15944c1e9e103691784876d5c1f9 GitHub-Last-Rev: bbaeb3d GitHub-Pull-Request: #68964 Reviewed-on: https://go-review.googlesource.com/c/go/+/606955 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This PR is being closed because golang.org/cl/606955 has been merged. |
Fix typos in ~30 files Change-Id: Ie433aea01e7d15944c1e9e103691784876d5c1f9 GitHub-Last-Rev: bbaeb3d1f88a5fa6bbb69607b1bd075f496a7894 GitHub-Pull-Request: golang/go#68964 Reviewed-on: https://go-review.googlesource.com/c/go/+/606955 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Fix typos in ~30 files Change-Id: Ie433aea01e7d15944c1e9e103691784876d5c1f9 GitHub-Last-Rev: bbaeb3d1f88a5fa6bbb69607b1bd075f496a7894 GitHub-Pull-Request: golang/go#68964 Reviewed-on: https://go-review.googlesource.com/c/go/+/606955 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Fix typos in ~30 files