Ian Goldberg před 1 rokem
rodič
revize
da0abd38f3
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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