From ac28daac003c506522b0b6e023bd4e2e8ad148aa Mon Sep 17 00:00:00 2001 From: sellskin Date: Tue, 1 Jul 2025 10:49:19 +0800 Subject: [PATCH] chore: fix some minor issues in the comments Signed-off-by: sellskin --- images/gpu/cuda-tests-12-8/run_sample.go | 2 +- images/gpu/cuda-tests/run_sample.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/gpu/cuda-tests-12-8/run_sample.go b/images/gpu/cuda-tests-12-8/run_sample.go index 6451798590..b8f9fc3ab8 100644 --- a/images/gpu/cuda-tests-12-8/run_sample.go +++ b/images/gpu/cuda-tests-12-8/run_sample.go @@ -654,7 +654,7 @@ func imgEq(a, b image.Image) bool { return true } -// logImageWithPrefix renders an image to text, frames it with the given +// logImageWithFrameAndPrefix renders an image to text, frames it with the given // title, and logs that with a given prefix. func logImageWithFrameAndPrefix(ctx context.Context, img image.Image, title, prefix string) error { const imageWidth = 72 diff --git a/images/gpu/cuda-tests/run_sample.go b/images/gpu/cuda-tests/run_sample.go index d4ce0bd8ad..055565fbda 100644 --- a/images/gpu/cuda-tests/run_sample.go +++ b/images/gpu/cuda-tests/run_sample.go @@ -638,7 +638,7 @@ func imgEq(a, b image.Image) bool { return true } -// logImageWithPrefix renders an image to text, frames it with the given +// logImageWithFrameAndPrefix renders an image to text, frames it with the given // title, and logs that with a given prefix. func logImageWithFrameAndPrefix(ctx context.Context, img image.Image, title, prefix string) error { const imageWidth = 72