check-format-test-positives.c slightly improve comment describing the '*@' tags

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27836)
This commit is contained in:
Dr. David von Oheimb 2025-05-06 09:01:37 +02:00 committed by Dr. David von Oheimb
parent e6476de58d
commit 58eb08985c
1 changed files with 5 additions and 4 deletions

View File

@ -15,10 +15,11 @@
*/ */
/* /*
* The '@'s after '*' are used for self-tests: they mark lines containing * The '@'s after leading '*' in comment lines are used for self-tests:
* a single flaw that should be reported. Normally it should be reported * they mark lines containing a single issue that should be reported.
* while handling the given line, but in case of delayed checks there is a * Normally it should be reported while handling the given line,
* following digit indicating the number of reports expected for this line. * but in case of delayed checks there is a following digit
* indicating the number of reports expected for this line.
*/ */
/* this line is between 81 and 100 chars long, to be reported with -strict-len */ /* this line is between 81 and 100 chars long, to be reported with -strict-len */