Skip to content

Commit

Permalink
Fix copypasta in function 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 Jul 20, 2023
1 parent 581c6e1 commit 24d0124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/suites/test_suite_psa_crypto_entropy.function
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
* \param expected_size Expected size in bytes.
* If 0, the file must not exist.
*
* \retval 0 Either \p expected_size is nonzero and
* \retval 1 Either \p expected_size is nonzero and
* the entropy seed file exists and has exactly this size,
* or \p expected_size is zero and the file does not exist.
* \retval 1 Either \p expected_size is nonzero and
* the entropy seed file exists,
* or \p expected_size is zero and the file exists.
* \retval 0 Either \p expected_size is nonzero but
* the entropy seed file does not exist or has a different size,
* or \p expected_size is zero but the file exists.
* In this case, the test case is marked as failed.
*
* \note We enforce that the seed is in a specific ITS file.
Expand Down

0 comments on commit 24d0124

Please sign in to comment.