From 028c0b9d4d0164ebb0e3f87e7cd3b9ffe7f79f2b Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Wed, 23 Oct 2019 19:35:57 +0000 Subject: [PATCH] Fix typo in 64-bit scalar implementation code comment. --- src/backend/serial/u64/scalar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/serial/u64/scalar.rs b/src/backend/serial/u64/scalar.rs index e9031b0..f0d8edb 100644 --- a/src/backend/serial/u64/scalar.rs +++ b/src/backend/serial/u64/scalar.rs @@ -240,7 +240,7 @@ impl Scalar52 { (sum >> 52, w) } - // note: l3 is zero, so its multiplies can be skipped + // note: l[3] is zero, so its multiples can be skipped let l = &constants::L; // the first half computes the Montgomery adjustment factor n, and begins adding n*l to make limbs divisible by R