From f461ba2379f6f7800ee000ad9d10e3b5ad12592c Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 12 May 2019 17:53:18 +0900 Subject: [PATCH] shareable: Misspelling --- internal/shareable/shareable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/shareable/shareable.go b/internal/shareable/shareable.go index 7e3fb8742..62b740a5a 100644 --- a/internal/shareable/shareable.go +++ b/internal/shareable/shareable.go @@ -131,7 +131,7 @@ type Image struct { // In the current implementation, if an image is being modified by DrawTriangles, the image is separated from // a shared (restorable) image by ensureNotShared. // - // nonUpdatedCount is increased every frame if the image is not modified, or set to 0 if the image id + // nonUpdatedCount is increased every frame if the image is not modified, or set to 0 if the image is // modified. // // ReplacePixels doesn't affect this value since ReplacePixels can be done on shared images.