getpart.pm: remove misleading comment
authorYang Tse <yangsita@gmail.com>
Thu, 21 Jun 2012 16:17:50 +0000 (18:17 +0200)
committerYang Tse <yangsita@gmail.com>
Thu, 21 Jun 2012 16:32:30 +0000 (18:32 +0200)
tests/getpart.pm

index 3e9c5a4..58bb3e4 100644 (file)
@@ -134,7 +134,7 @@ sub getpart {
         # section; end of file implies end of section.
         print STDERR "*** getpart.pm: $section/$part returned empty!\n";
     }
-    return @this; # empty when end of section detected
+    return @this;
 }
 
 sub partexists {