Commit aaf4011c2c

Frank Denis <github@pureftpd.org>
2022-05-10 15:57:46
Typo
1 parent 52651ae
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;