From 3d1ca133bc4389d7107a1a15fc2a91d9c0bc506f Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 24 Apr 2026 18:12:34 +0200 Subject: [PATCH] image/pkg/sysregistriesv2: fix one comment The wording was wrong, the result is incorrect. Signed-off-by: Paul Holzinger --- image/pkg/sysregistriesv2/system_registries_v2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/pkg/sysregistriesv2/system_registries_v2.go b/image/pkg/sysregistriesv2/system_registries_v2.go index f489246052..0550edbf06 100644 --- a/image/pkg/sysregistriesv2/system_registries_v2.go +++ b/image/pkg/sysregistriesv2/system_registries_v2.go @@ -553,7 +553,7 @@ func ConfigDirPath(ctx *types.SystemContext) string { // // Note some env vars like CONTAINERS_REGISTRIES_CONF or $HOME will effect the // parsing behavior but are not used for the cache key here, if these env change -// at runtime then the cache will result in correct results. This is a known trade +// at runtime then the cache will return incorrect results. This is a known trade // off as regular callers are not expected to modify the envs at runtime. // If they do so they should call [InvalidateCache]. type configWrapper struct {