From ce5fdcf8c1a7785955e59ea2088a83263cb16716 Mon Sep 17 00:00:00 2001 From: Julian Borrey Date: Mon, 26 Nov 2018 06:27:31 -0800 Subject: [PATCH] fix typo in comment (#5843) --- shamir/shamir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shamir/shamir.go b/shamir/shamir.go index 04650868c..f2ba820f1 100644 --- a/shamir/shamir.go +++ b/shamir/shamir.go @@ -119,7 +119,7 @@ func mult(a, b uint8) (out uint8) { ret := expTable[sum] - // Ensure we return zero if either a or be are zero but aren't subject to + // Ensure we return zero if either a or b are zero but aren't subject to // timing attacks goodVal = ret