Ver Fonte

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)
Dr. David von Oheimb há 3 anos atrás
pai
commit
7d3349276a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      util/check-format-test-positives.c

+ 1 - 1
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 */