From d323080baad3a775472375222f17e2df25ceda7f Mon Sep 17 00:00:00 2001 From: goofylfg <165781272+goofylfg@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:24:42 +0800 Subject: [PATCH] crypto:fix typo --- crypto/bls12381/arithmetic_fallback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bls12381/arithmetic_fallback.go b/crypto/bls12381/arithmetic_fallback.go index c09ae0d91c..1a9c068b30 100644 --- a/crypto/bls12381/arithmetic_fallback.go +++ b/crypto/bls12381/arithmetic_fallback.go @@ -29,7 +29,7 @@ // or side-channel attack resistance // /!\ WARNING /!\ -// Package bls (generated by goff) contains field arithmetics operations +// Package bls (generated by goff) contains field arithmetic operations //go:build !amd64 || (!blsasm && !blsadx) // +build !amd64 !blsasm,!blsadx