opengl: Misspelling

This commit is contained in:
Hajime Hoshi 2016-07-04 00:31:51 +09:00
parent 163ee01bd5
commit c2d21bc39f

View File

@ -75,7 +75,7 @@ func NewContext() (*Context, error) {
c.initialized = make(chan struct{}) c.initialized = make(chan struct{})
go func() { go func() {
// GL calls will just enqueue an task to the worker. // GL calls will just enqueue an task to the worker.
// Since the worker is not avaialbe, this enqueuing should be done // Since the worker is not available, this enqueuing should be done
// in a goroutine. // in a goroutine.
// Textures' pixel formats are alpha premultiplied. // Textures' pixel formats are alpha premultiplied.