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.