mirror of https://github.com/openssl/openssl.git
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:
parent
e6476de58d
commit
58eb08985c
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue