From b6a455aca2411cd855394cf0cc1e37d4dd096e53 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 20 Mar 2012 20:27:52 +0100 Subject: [PATCH] Some source comment fixes. --- bin/blhc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/blhc b/bin/blhc index 5f37c79..e707d87 100755 --- 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; @@ -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); - # 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 -- 2.43.2