mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
comment nit
This commit is contained in:
parent
c5b962387c
commit
7524a14386
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ mpi_add_abs(cryb_mpi *X, cryb_mpi *A, cryb_mpi *B)
|
|||
/*
|
||||
* Normalize our operands: if X is identical to either A or B, we
|
||||
* want it to be A. Otherwise, copy A into X. In either case,
|
||||
* make sure X is large enough for the largest possible sum.
|
||||
* make sure X is large enough for the largest possible result.
|
||||
*/
|
||||
if (X == B) {
|
||||
B = A;
|
||||
|
|
Loading…
Reference in a new issue