From 26f0479f16594968935c5983a547a2fd6d5d2bd3 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 8 Sep 2024 17:06:25 +0900 Subject: [PATCH] internal/restorable: typo --- internal/restorable/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/restorable/images.go b/internal/restorable/images.go index cec31dc79..1dedfce78 100644 --- a/internal/restorable/images.go +++ b/internal/restorable/images.go @@ -167,7 +167,7 @@ func (i *images) resolveStaleImages(graphicsDriver graphicsdriver.Graphics) erro // makeStaleIfDependingOn makes all the images stale that depend on src. // // When src is modified, all images depending on src can't be restored with src. -// makeStaleIfDependingOn is called in such situation.src. +// makeStaleIfDependingOn is called in such situation. func (i *images) makeStaleIfDependingOn(src *Image) { if src == nil { panic("restorable: src must not be nil at makeStaleIfDependingOn")