From 460d112f6c3716a45e99651ed769e7d8d74aca41 Mon Sep 17 00:00:00 2001 From: Gleb Stepanov Date: Mon, 25 Jul 2016 15:53:15 +0300 Subject: [PATCH] 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 --- src/runtime/mgc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go index e076c89c210..ee86c5a4fe6 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.