Skip to content

Commit

Permalink
Fix autocucumber in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Peskine <[email protected]>
  • Loading branch information
gilles-peskine-arm committed Nov 11, 2022
1 parent 83763ab commit d64123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/include/test/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void mbedtls_test_err_add_check( int high, int low,
* - This function guarantees that if \p s begins with '-' then the sign
* bit of the result will be negative, even if the value is 0.
* When this function encounters such a "negative 0", it
* increments #mbedtls_test_read_mpi.
* increments #mbedtls_test_case_uses_negative_0.
* - The size of the result is exactly the minimum number of limbs needed
* to fit the digits in the input. In particular, this function constructs
* a bignum with 0 limbs for an empty string, and a bignum with leading 0
Expand Down

0 comments on commit d64123a

Please sign in to comment.