From: Ian Lance Taylor Date: Fri, 12 Sep 2014 14:52:56 +0000 (-0700) Subject: runtime: fix typo in comment X-Git-Tag: go1.4beta1~424 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fbd1b5f98f1bbe0c992b7a99719f0ec38a7033bc;p=gostls13.git runtime: fix typo in comment LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/140590043 --- diff --git a/src/runtime/mgc0.c b/src/runtime/mgc0.c index 47659be266..c976b09c36 100644 --- a/src/runtime/mgc0.c +++ b/src/runtime/mgc0.c @@ -997,7 +997,7 @@ runtime·MSpan_Sweep(MSpan *s, bool preserve) } // State of background runtime·sweep. -// Pretected by runtime·gclock. +// Protected by runtime·gclock. // Must match mgc0.go. struct {