From 1aabdd58f15eab4b9d6f8512bb7389aadc68a159 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 9 Aug 2018 01:27:38 +0900 Subject: [PATCH] restorable: Fix comments --- internal/restorable/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/restorable/image.go b/internal/restorable/image.go index 24a281f6b..63651d431 100644 --- a/internal/restorable/image.go +++ b/internal/restorable/image.go @@ -155,7 +155,7 @@ func (i *Image) ReplacePixels(pixels []byte, x, y, width, height int) { if pixels != nil { i.image.ReplacePixels(pixels, x, y, width, height) } else { - // There are not 'drawImageHistoryItem's for this image and dummyImage (in clear). + // There are not 'drawImageHistoryItem's for this image and dummyImage. // This means dummyImage might not be restored yet when this image is restored. // However, that's ok since this image will be stale or have updated pixel data // and this image can be restored without dummyImage.