internal/ui: typo

This commit is contained in:
Hajime Hoshi 2023-03-31 03:21:48 +09:00
parent 1999f8a024
commit 14b34a7b0a

View File

@ -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 {