xxhash: typo.

This commit is contained in:
Jeroen van Rijn
2021-09-12 12:14:49 +02:00
parent 36a2cf0369
commit ada3be05fb

View File

@@ -186,7 +186,7 @@ test_xxhash_vectors :: proc(t: ^testing.T) {
}
}
fmt.println("Verifying against XXHASH_TEST_VECTOR_SEEDED:")
fmt.println("Verifying against XXHASH_TEST_VECTOR_SECRET:")
for secret, table in XXHASH_TEST_VECTOR_SECRET {
fmt.printf("\tSecret:\n\t\t\"%v\"\n", secret)