From: Simon Ruderich Date: Mon, 14 Sep 2015 16:09:49 +0000 (+0200) Subject: fix comments X-Git-Tag: 0.06~11 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=7e0e1f565006b0d85f188d2e1d9e31e2c871ec51 fix comments --- diff --git a/bin/blhc b/bin/blhc index d2a8771..7d74902 100755 --- a/bin/blhc +++ b/bin/blhc @@ -710,7 +710,7 @@ foreach my $file (@ARGV) { my $harden_pie = $option_pie; # defaults to 0 # Does this build log use ada? Ada also uses gcc as compiler but uses - # different CFLAGS. But only perform ada checks if an ada compiler used + # different CFLAGS. But only perform ada checks if an ada compiler is used # for performance reasons. my $ada = 0; @@ -982,7 +982,7 @@ foreach my $file (@ARGV) { # Option or auto detected. if ($arch) { - # The following was partially copied from dpkg-dev 1.17.11 + # The following was partially copied from dpkg-dev 1.18.2 # (/usr/share/perl5/Dpkg/Vendor/Debian.pm, add_hardening_flags()), # copyright Raphaël Hertzog , Kees Cook # , Canonical, Ltd. licensed under GPL version 2 or