Skip to content

Commit 41b3dc1

Browse files
committed
Typo
1 parent b789028 commit 41b3dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/QueryFuzzer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class QueryFuzzer
8282
//
8383
// (What does "infinite expected value" mean in practice? Suppose you keep generating more and
8484
// more values and averaging them. If the expected value is finite, the average will be
85-
// converging to it. If the expected value is inifinite, the average will keep growing without
85+
// converging to it. If the expected value is infinite, the average will keep growing without
8686
// bound.)
8787
size_t iteration_count = 0;
8888
static constexpr size_t iteration_limit = 500000;

0 commit comments

Comments
 (0)