utils/fipstools: fix ACVP test data comments

These two files were mistakenly referring to the ACVP Hash tests.

Change-Id: I5f31653a590571f3bf072ef013c988fc02c95444
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/72008
Reviewed-by: Bob Beck <bbe@google.com>
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Bob Beck <bbe@google.com>
diff --git a/util/fipstools/acvp/acvptool/subprocess/ecdsa.go b/util/fipstools/acvp/acvptool/subprocess/ecdsa.go
index 69706bd..23f2072 100644
--- a/util/fipstools/acvp/acvptool/subprocess/ecdsa.go
+++ b/util/fipstools/acvp/acvptool/subprocess/ecdsa.go
@@ -21,7 +21,7 @@
 	"fmt"
 )
 
-// The following structures reflect the JSON of ACVP hash tests. See
+// The following structures reflect the JSON of ACVP ECDSA tests. See
 // https://pages.nist.gov/ACVP/draft-fussell-acvp-ecdsa.html#name-test-vectors
 
 type ecdsaTestVectorSet struct {
diff --git a/util/fipstools/acvp/acvptool/subprocess/xts.go b/util/fipstools/acvp/acvptool/subprocess/xts.go
index 5a9e740..1549641 100644
--- a/util/fipstools/acvp/acvptool/subprocess/xts.go
+++ b/util/fipstools/acvp/acvptool/subprocess/xts.go
@@ -21,7 +21,7 @@
 	"fmt"
 )
 
-// The following structures reflect the JSON of ACVP hash tests. See
+// The following structures reflect the JSON of ACVP XTS tests. See
 // https://pages.nist.gov/ACVP/draft-celi-acvp-symmetric.html
 
 type xtsTestVectorSet struct {