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