From 58eb08985c485bf2fe010fb59c13ad0df2e0faa3 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Tue, 6 May 2025 09:01:37 +0200 Subject: [PATCH] check-format-test-positives.c slightly improve comment describing the '*@' tags Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27836) --- util/check-format-test-positives.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/util/check-format-test-positives.c b/util/check-format-test-positives.c index 7e90857caf1..63fd6ed1e68 100644 --- a/util/check-format-test-positives.c +++ b/util/check-format-test-positives.c @@ -15,10 +15,11 @@ */ /* - * The '@'s after '*' are used for self-tests: they mark lines containing - * a single flaw that should be reported. Normally it should be reported - * while handling the given line, but in case of delayed checks there is a - * following digit indicating the number of reports expected for this line. + * The '@'s after leading '*' in comment lines are used for self-tests: + * they mark lines containing a single issue that should be reported. + * Normally it should be reported while handling the given 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 */ -- 2.47.3