diff --git a/accounts/abi/abifuzzer_test.go b/accounts/abi/abifuzzer_test.go index dbf6ab6c54..113ce58f5e 100644 --- a/accounts/abi/abifuzzer_test.go +++ b/accounts/abi/abifuzzer_test.go @@ -25,7 +25,7 @@ import ( fuzz "github.com/google/gofuzz" ) -// TestReplicate can be used to replicate crashers from the fuzzing tests. +// TestReplicate can be used to replicate crashes from the fuzzing tests. // Just replace testString with the data in .quoted func TestReplicate(t *testing.T) { t.Parallel()