Skip to content

Commit a437d8d

Browse files
committed
Merge pull request #11878 from sellskin:master
PiperOrigin-RevId: 778228335
2 parents 8a1a040 + ac28daa commit a437d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/gpu/cuda-tests-12-8/run_sample.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ func imgEq(a, b image.Image) bool {
654654
return true
655655
}
656656

657-
// logImageWithPrefix renders an image to text, frames it with the given
657+
// logImageWithFrameAndPrefix renders an image to text, frames it with the given
658658
// title, and logs that with a given prefix.
659659
func logImageWithFrameAndPrefix(ctx context.Context, img image.Image, title, prefix string) error {
660660
const imageWidth = 72

images/gpu/cuda-tests/run_sample.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ func imgEq(a, b image.Image) bool {
638638
return true
639639
}
640640

641-
// logImageWithPrefix renders an image to text, frames it with the given
641+
// logImageWithFrameAndPrefix renders an image to text, frames it with the given
642642
// title, and logs that with a given prefix.
643643
func logImageWithFrameAndPrefix(ctx context.Context, img image.Image, title, prefix string) error {
644644
const imageWidth = 72

0 commit comments

Comments
 (0)