]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo in comments
authorGleb Stepanov <glebstepanov1992@gmail.com>
Mon, 25 Jul 2016 12:53:15 +0000 (15:53 +0300)
committerRuss Cox <rsc@golang.org>
Wed, 12 Oct 2016 02:48:31 +0000 (02:48 +0000)
Fix typo in word synchronization in comments.

Change-Id: I453b4e799301e758799c93df1e32f5244ca2fb84
Reviewed-on: https://go-review.googlesource.com/25174
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/mgc.go

index e076c89c21037e59630bed09e506c364986bd983..ee86c5a4fe68fd293daac60b476cfa7f4ac69366 100644 (file)
@@ -235,7 +235,7 @@ func setGCPercent(in int32) (out int32) {
 }
 
 // Garbage collector phase.
-// Indicates to write barrier and sychronization task to preform.
+// Indicates to write barrier and synchronization task to perform.
 var gcphase uint32
 
 // The compiler knows about this variable.