]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Some source comment fixes.
authorSimon Ruderich <simon@ruderich.org>
Tue, 20 Mar 2012 19:27:52 +0000 (20:27 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 20 Mar 2012 19:27:52 +0000 (20:27 +0100)
bin/blhc

index 5f37c79023690487f34844969c538c39ef51560c..e707d875483ec6ced90a6c99e36fc610ad7cd80f 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -292,8 +292,8 @@ while (my $line = <>) {
         }
     }
 
         }
     }
 
-    # We skip over unimportant lines at the beginning to prevent false
-    # positives.
+    # We skip over unimportant lines at the beginning of the log to prevent
+    # false positives.
     $start = 1 if $line =~ /^dpkg-buildpackage:/;
     next if not $start;
 
     $start = 1 if $line =~ /^dpkg-buildpackage:/;
     next if not $start;
 
@@ -309,7 +309,7 @@ while (my $line = <>) {
     # Remove all ANSI color sequences which are sometimes used in non-verbose
     # builds.
     $line = Term::ANSIColor::colorstrip($line);
     # Remove all ANSI color sequences which are sometimes used in non-verbose
     # builds.
     $line = Term::ANSIColor::colorstrip($line);
-    # Also strip '\0xf' (delete previous character), used by Elink's build
+    # Also strip '\0xf' (delete previous character), used by Elinks' build
     # system.
     $line =~ s/\x0f//g;
     # And "ESC(B" which seems to be used on armhf and hurd (not sure what it
     # system.
     $line =~ s/\x0f//g;
     # And "ESC(B" which seems to be used on armhf and hurd (not sure what it