diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-09-23 11:41:52 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-09-23 11:42:49 -0400 |
commit | e456c6e18ce47279d429b38f0b348e1a5f2b2beb (patch) | |
tree | 84abea6eac269002e7650149cbd3d0b20a304465 /bench | |
parent | cf2eb17c48a23d49bf517df58e34e30529c16576 (diff) | |
download | bfs-e456c6e18ce47279d429b38f0b348e1a5f2b2beb.tar.xz |
Fix spelling
Diffstat (limited to 'bench')
-rw-r--r-- | bench/bench.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.sh b/bench/bench.sh index b6682a2..f249ffc 100644 --- a/bench/bench.sh +++ b/bench/bench.sh @@ -360,7 +360,7 @@ bench-complete() { fi } -# Benchmark quiting as soon as a file is seen +# Benchmark quitting as soon as a file is seen bench-early-quit-corpus() { dir="$2" max_depth=$(./bin/bfs "$dir" -printf '%d\n' | sort -rn | head -n1) |