summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-04-29 22:09:55 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-20 16:29:13 +0200
commit7d3349276a5ff72535747a7f881be51076343165 (patch)
tree80331c9d9c608683aa38ac0e3905aeaf05f9d5f3 /util
parenteb9b532089e4b8a1d233fc2486db94f9596d5c98 (diff)
downloadopenssl-new-7d3349276a5ff72535747a7f881be51076343165.tar.gz
check-format.pl: Rename 'one-letter' to 'single-letter', do not report 'l'
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15077)
Diffstat (limited to 'util')
-rw-r--r--util/check-format-test-positives.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/check-format-test-positives.c b/util/check-format-test-positives.c
index 7bb3f23a38..6281c5cbce 100644
--- a/util/check-format-test-positives.c
+++ b/util/check-format-test-positives.c
@@ -72,7 +72,7 @@ void main(int n) { /*@ opening brace at end of function definition header */
#endif /*@ unexpected #endif */
int f (int a, /*@ space after fn before '(', reported unless sloppy-spc */
int b, /*@ hanging expr indent off by -1 */
- long l) /*@ one-letter name 'l' */
+ long I) /*@ single-letter name 'I' */
{ int /*@ code after '{' opening a block */
xx = 1) + /*@ unexpected closing parenthesis */
0L < /*@ constant on LHS of comparison operator */