diff --git a/graphics_mac.go b/graphics_mac.go index f8b37e326..8919d845d 100644 --- a/graphics_mac.go +++ b/graphics_mac.go @@ -41,7 +41,7 @@ var ( // isMetalSupported represents whether Metal is supported. isMetalSupported = true - // isMetalSupportedOnce initialized isMetalSupported. + // isMetalSupportedOnce initializs isMetalSupported. // // Use sync.Once instead of init function to avoid init-order dependency (#886). isMetalSupportedOnce sync.Once