]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
fix comments
authorSimon Ruderich <simon@ruderich.org>
Mon, 14 Sep 2015 16:09:49 +0000 (18:09 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 14 Sep 2015 16:09:49 +0000 (18:09 +0200)
bin/blhc

index d2a8771515e5e01d8a3890db542cb7cf08244f21..7d749028d8df82626aafac63242184f48307764c 100755 (executable)
--- 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 <hertzog@debian.org>, Kees Cook
         # <kees@debian.org>, Canonical, Ltd. licensed under GPL version 2 or