Skip to content

Commit daffb31

Browse files
cuishuangFiloSottile
authored andcommitted
all: fix problematic comments
Change-Id: If092ae7c72b66f172ae32fa6c7294a7ac250362e Reviewed-on: https://go-review.googlesource.com/c/go/+/463995 Reviewed-by: Cherry Mui <cherryyz@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com> Run-TryBot: Than McIntosh <thanm@google.com>
1 parent 5caf132 commit daffb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

field/fe_generic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func feSquareGeneric(v, a *Element) {
245245
v.carryPropagate()
246246
}
247247

248-
// carryPropagate brings the limbs below 52 bits by applying the reduction
248+
// carryPropagateGeneric brings the limbs below 52 bits by applying the reduction
249249
// identity (a * 2²⁵⁵ + b = a * 19 + b) to the l4 carry.
250250
func (v *Element) carryPropagateGeneric() *Element {
251251
c0 := v.l0 >> 51

0 commit comments

Comments
 (0)