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 <rsc@golang.org>
This commit is contained in:
Gleb Stepanov 2016-07-25 15:53:15 +03:00 committed by Russ Cox
parent 8728df645c
commit 460d112f6c

View 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.