aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgcwork.go
diff options
context:
space:
mode:
authorAinar Garipov <gugl.zadolbal@gmail.com>2015-06-11 16:49:38 +0300
committerBrad Fitzpatrick <bradfitz@golang.org>2015-06-11 14:18:57 +0000
commit7f9f70e5b65d116539b5c6ee586ea12988682a4f (patch)
treee5790f78d97cd92a1642ceea499f4bdc963fa49d /src/runtime/mgcwork.go
parent15c8ab00e88419b584eefd38ec6ddcdbea3e488c (diff)
downloadgo-7f9f70e5b65d116539b5c6ee586ea12988682a4f.tar.gz
go-7f9f70e5b65d116539b5c6ee586ea12988682a4f.zip
all: fix misprints in comments
These were found by grepping the comments from the go code and feeding the output to aspell. Change-Id: Id734d6c8d1938ec3c36bd94a4dbbad577e3ad395 Reviewed-on: https://go-review.googlesource.com/10941 Reviewed-by: Aamir Khan <syst3m.w0rm@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/mgcwork.go')
-rw-r--r--src/runtime/mgcwork.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/mgcwork.go b/src/runtime/mgcwork.go
index b7feb847b4..226c65635f 100644
--- a/src/runtime/mgcwork.go
+++ b/src/runtime/mgcwork.go
@@ -308,7 +308,7 @@ func putfull(b *workbuf, entry int) {
// getpartialorempty tries to return a partially empty
// and if none are available returns an empty one.
-// entry is used to provide a brief histoy of ownership
+// entry is used to provide a brief history of ownership
// using entry + xxx00000 to
// indicating that two line numbers in the call chain.
//go:nowritebarrier
@@ -328,7 +328,7 @@ func getpartialorempty(entry int) *workbuf {
// putpartial puts empty buffers on the work.empty queue,
// full buffers on the work.full queue and
// others on the work.partial queue.
-// entry is used to provide a brief histoy of ownership
+// entry is used to provide a brief history of ownership
// using entry + xxx00000 to
// indicating that two call chain line numbers.
//go:nowritebarrier