commit | ce7f18c00be0c97d214fbb04be8b532b5d440e94 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Thu Jul 28 05:50:56 2022 +0100 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Thu Jul 28 05:50:56 2022 +0100 |
tree | 0ad613c82e9ac9e6a11d90235b1dc00af48c2575 | |
parent | 9115e1bc4d000a7f72d4a12b576b1e86e3b06c23 [diff] [blame] |
Fix a/an typos in doxygen and other comments Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/bignum.c b/library/bignum.c index 8717c8a..55325b4 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -2803,7 +2803,7 @@ else { /* - * An necessary condition for Y and X = 2Y + 1 to be prime + * A necessary condition for Y and X = 2Y + 1 to be prime * is X = 2 mod 3 (which is equivalent to Y = 2 mod 3). * Make sure it is satisfied, while keeping X = 3 mod 4 */