From 334b5a55e863d1a83d23e371c5135682414d8c6a Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Thu, 4 Jul 2024 11:02:11 -0400 Subject: [PATCH] Fix comment in macos comparison script --- tooling/reproducible/macos_repro_build_compare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/reproducible/macos_repro_build_compare.sh b/tooling/reproducible/macos_repro_build_compare.sh index d939b2f03..edf0f7562 100644 --- a/tooling/reproducible/macos_repro_build_compare.sh +++ b/tooling/reproducible/macos_repro_build_compare.sh @@ -617,7 +617,7 @@ Compare_JDK() { rc=$? set -e cd "$WORK_DIR" - # Display The Content Of repro_diff.out + # Display The Content Of reprotest.diff echo "" echo "---------------------------------------------" echo "Output From JDK Comparison Script"