From: Gleb Stepanov Date: Mon, 25 Jul 2016 12:53:15 +0000 (+0300) Subject: runtime: fix typo in comments X-Git-Tag: go1.8beta1~937 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=460d112f6c3716a45e99651ed769e7d8d74aca41;p=gostls13.git runtime: fix typo in comments Fix typo in word synchronization in comments. Change-Id: I453b4e799301e758799c93df1e32f5244ca2fb84 Reviewed-on: https://go-review.googlesource.com/25174 Reviewed-by: Russ Cox --- diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go index e076c89c21..ee86c5a4fe 100644 --- a/src/runtime/mgc.go +++ b/src/runtime/mgc.go @@ -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.