SYN SYN
[p5sagit/p5-mst-13.2.git] / t / lib / dosglob.t
index 577d4ea..fd9bb1d 100755 (executable)
@@ -39,7 +39,7 @@ while (defined($_ = <*/a*.t>)) {
 print "not " if @r != $r;
 print "ok 4\n";
 
-# check if array context works
+# check if list context works
 @r = ();
 for (<*/a*.t>) {
     print "# $_\n";