diff --git a/internal/ui/ui_glfw_windows.go b/internal/ui/ui_glfw_windows.go index 1e261ebcc..36d9c398c 100644 --- a/internal/ui/ui_glfw_windows.go +++ b/internal/ui/ui_glfw_windows.go @@ -52,7 +52,7 @@ func (g *graphicsDriverCreatorImpl) newAuto() (graphicsdriver.Graphics, Graphics } glErr = err } else { - // Creating a swap chain on an older machines than Windows 10 might fail (#2613). + // Creating a swap chain on an older machine than Windows 10 might fail (#2613). // Prefer OpenGL to DirectX. o, err := g.newOpenGL() if err == nil {