From 7e0e1f565006b0d85f188d2e1d9e31e2c871ec51 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 14 Sep 2015 18:09:49 +0200 Subject: [PATCH] fix comments --- bin/blhc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.2