The branch master has been updated
       via  124cbe188753d5a73990b416b4ae3fd6cc90b77a (commit)
      from  b1a99374aec17822e924795a6a30ab306d4c46c9 (commit)


- Log -----------------------------------------------------------------
commit 124cbe188753d5a73990b416b4ae3fd6cc90b77a
Author: Richard Levitte <[email protected]>
Date:   Wed Feb 10 23:31:43 2016 +0100

    Make comment match reality
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 util/mkbuildinf.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/mkbuildinf.pl b/util/mkbuildinf.pl
index 9071b71..a809f71 100755
--- a/util/mkbuildinf.pl
+++ b/util/mkbuildinf.pl
@@ -17,7 +17,7 @@ END_OUTPUT
 my $ctr = 0;
 foreach my $c (split //, $cflags) {
     $c =~ s|([\\'])|\\$1|;
-    # Max 18 characters per line
+    # Max 16 characters per line
     if  (($ctr++ % 16) == 0) {
         if ($ctr != 1) {
             print "\n";
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to