From e2e5ddf4bac17add70fa663bb0c47f369c4212c4 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Fri, 17 Jul 2020 21:13:43 +0700 Subject: Spelling --- crypto/src/math/ec/custom/sec/SecT571R1Point.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/src/math/ec/custom/sec/SecT571R1Point.cs') diff --git a/crypto/src/math/ec/custom/sec/SecT571R1Point.cs b/crypto/src/math/ec/custom/sec/SecT571R1Point.cs index 0d1fc98b6..8e4d5d52f 100644 --- a/crypto/src/math/ec/custom/sec/SecT571R1Point.cs +++ b/crypto/src/math/ec/custom/sec/SecT571R1Point.cs @@ -182,7 +182,7 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec ECFieldElement X1 = this.RawXCoord; if (X1.IsZero) { - // A point with X == 0 is it's own Additive inverse + // A point with X == 0 is its own additive inverse return curve.Infinity; } @@ -218,7 +218,7 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec ECFieldElement X1 = this.RawXCoord; if (X1.IsZero) { - // A point with X == 0 is it's own Additive inverse + // A point with X == 0 is its own additive inverse return b; } -- cgit 1.5.1