From 26296993f8f716755f3c42d37368f9c42a5aaff0 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 24 Jun 2019 17:22:38 +0900 Subject: [PATCH] graphics: Fix comments again --- graphics_mac.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics_mac.go b/graphics_mac.go index 8919d845d..ccaf5b8da 100644 --- a/graphics_mac.go +++ b/graphics_mac.go @@ -41,7 +41,7 @@ var ( // isMetalSupported represents whether Metal is supported. isMetalSupported = true - // isMetalSupportedOnce initializs isMetalSupported. + // isMetalSupportedOnce initializes isMetalSupported. // // Use sync.Once instead of init function to avoid init-order dependency (#886). isMetalSupportedOnce sync.Once