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