From fdd0179bb1fdd70d405929b78c7d2fb6b61369b0 Mon Sep 17 00:00:00 2001 From: Martin Möhrmann Date: Wed, 24 Feb 2016 11:55:20 +0100 Subject: all: fix typos and spelling Change-Id: Icd06d99c42b8299fd931c7da821e1f418684d913 Reviewed-on: https://go-review.googlesource.com/19829 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- src/runtime/mgcwork.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/mgcwork.go') diff --git a/src/runtime/mgcwork.go b/src/runtime/mgcwork.go index 0a0285d816..340604fb36 100644 --- a/src/runtime/mgcwork.go +++ b/src/runtime/mgcwork.go @@ -259,7 +259,7 @@ func (w *gcWork) empty() bool { type workbufhdr struct { node lfnode // must be first nobj int - inuse bool // This workbuf is in use by some gorotuine and is not on the work.empty/full queues. + inuse bool // This workbuf is in use by some goroutine and is not on the work.empty/full queues. log [4]int // line numbers forming a history of ownership changes to workbuf } -- cgit v1.3-6-g1900