Skip to content

Commit ab1f89f

Browse files
committed
Merge bitcoin-core#478: Fixed multiple typos
8c7ea22 Fixed multiple typos (Dimitris Tsapakidis) Pull request description: Forward port of fixes introduced in bitcoin/bitcoin#10633 by @dimitris-t. Tree-SHA512: a979b3e14bf2660cb0fcd809854654bd0f6277399afe948917be6c061a04835d404e590dc58bcb4a9e2ccfbfb38de944cbdba349092465f637606d3bee49fc16
2 parents f532bdc + 8c7ea22 commit ab1f89f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sage/group_prover.sage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# to independently set assumptions on input or intermediary variables.
44
#
55
# The general approach is:
6-
# * A constraint is a tuple of two sets of of symbolic expressions:
6+
# * A constraint is a tuple of two sets of symbolic expressions:
77
# the first of which are required to evaluate to zero, the second of which
88
# are required to evaluate to nonzero.
99
# - A constraint is said to be conflicting if any of its nonzero expressions

src/asm/field_10x26_arm.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note:
1111

1212
- To avoid unnecessary loads and make use of available registers, two
1313
'passes' have every time been interleaved, with the odd passes accumulating c' and d'
14-
which will be added to c and d respectively in the the even passes
14+
which will be added to c and d respectively in the even passes
1515

1616
*/
1717

0 commit comments

Comments
 (0)