]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo in comment
authorIan Lance Taylor <iant@golang.org>
Fri, 12 Sep 2014 14:52:56 +0000 (07:52 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 12 Sep 2014 14:52:56 +0000 (07:52 -0700)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/140590043

src/runtime/mgc0.c

index 47659be266d8bb86de15b547c29b992ab85556ed..c976b09c36c8ffb81ee783d9e8624b63e51c83a0 100644 (file)
@@ -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
 {