From 2fd0daec10bc6b3ab9e1b67ac5f861a873c78090 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 4 Dec 2018 03:10:54 +0100 Subject: [PATCH] ui: Fix comments --- internal/ui/ui_glfw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/ui_glfw.go b/internal/ui/ui_glfw.go index f87333bf4..e62ab93d4 100644 --- a/internal/ui/ui_glfw.go +++ b/internal/ui/ui_glfw.go @@ -97,7 +97,7 @@ func initialize() error { } glfw.WindowHint(glfw.Decorated, decorated) - // As start, create an window with temporary size to create OpenGL context thread. + // As a start, create a window with temporary size to create OpenGL context thread. window, err := glfw.CreateWindow(16, 16, "", nil, nil) if err != nil { return err