Ian Goldberg 1 jaar geleden
bovenliggende
commit
da0abd38f3
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      repro

+ 3 - 3
repro

@@ -35,9 +35,9 @@ fi
 
 # The number of operations per run; the graphs in the paper use 128
 if [ "$whichexps" == "single" -o "$2" == "" ]; then
-    # If there's an explicit run on the command line, don't read the
-    # next argument as the number of operations.  $numops will be
-    # ignores, anyway, since it will be specified as part of the
+    # If there's an explicit experiment on the command line, don't read
+    # the next argument as the number of operations.  $numops will be
+    # ignored, anyway, since it will be specified as part of the
     # command.
     numops=128
 else