Commit aaf4011c2c
Changed files (1)
lib
std
crypto
25519
lib/std/crypto/25519/field.zig
@@ -172,7 +172,7 @@ pub const Fe = struct {
return fe;
}
- /// Substract a field elememnt
+ /// Substract a field element
pub inline fn sub(a: Fe, b: Fe) Fe {
var fe = b;
comptime var i = 0;