Skip to content

Commit d64123a

Browse files
Fix autocucumber in documentation
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
1 parent 83763ab commit d64123a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/include/test/helpers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ void mbedtls_test_err_add_check( int high, int low,
366366
* - This function guarantees that if \p s begins with '-' then the sign
367367
* bit of the result will be negative, even if the value is 0.
368368
* When this function encounters such a "negative 0", it
369-
* increments #mbedtls_test_read_mpi.
369+
* increments #mbedtls_test_case_uses_negative_0.
370370
* - The size of the result is exactly the minimum number of limbs needed
371371
* to fit the digits in the input. In particular, this function constructs
372372
* a bignum with 0 limbs for an empty string, and a bignum with leading 0

0 commit comments

Comments
 (0)