diff --git a/lib/std/crypto/25519/field.zig b/lib/std/crypto/25519/field.zig index 277fb98d5c..ce021ffb2a 100644 --- a/lib/std/crypto/25519/field.zig +++ b/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;