]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Minor source documentation update.
authorSimon Ruderich <simon@ruderich.org>
Sat, 7 Jul 2012 16:21:02 +0000 (18:21 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 7 Jul 2012 16:21:02 +0000 (18:21 +0200)
bin/blhc

index 57ea0005df4f17712ef3e775d0e6ba8f1a829f12..2f253bb064919f2d4cab356ebd3fea83e3bb241c 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -430,8 +430,8 @@ sub is_non_verbose_build {
         $file = $1;
 
         if (index($next_line, $file) != -1 and $next_line =~ /$cc_regex/o) {
-            # We still have to skip the current line as it doesn't contain any
-            # compiler commands.
+            # Not a non-verbose line, but we still have to skip the current line
+            # as it doesn't contain any compiler commands.
             ${$skip_ref} = 1;
             return 0;
         }