Skip to content

Commit 918dd79

Browse files
committed
twitter: Fix typos
1 parent 7f0c041 commit 918dd79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eval/twitter/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ! "$BASE_DIR/utils/disable-mglru.sh"; then
4545
fi
4646

4747
# Baseline and cache_ext
48-
# TODO: Get rid of the CLUSTER loop and pass a comma-separate list of benchmarks
48+
# TODO: Get rid of the CLUSTER loop and pass a comma-separated list of benchmarks
4949
# We already support this in the bench script.
5050
for POLICY in "${POLICIES[@]}"; do
5151
for CLUSTER in "${CLUSTERS[@]}"; do
@@ -69,7 +69,7 @@ if ! "$BASE_DIR/utils/enable-mglru.sh"; then
6969
fi
7070

7171
# MGLRU
72-
# TODO: Get rid of the CLUSTER loop and pass a comma-separate list of benchmarks
72+
# TODO: Get rid of the CLUSTER loop and pass a comma-separated list of benchmarks
7373
# We already support this in the bench script.
7474
for POLICY in "${POLICIES[@]}"; do
7575
for CLUSTER in "${CLUSTERS[@]}"; do

0 commit comments

Comments
 (0)