mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
Fix typo
This commit is contained in:
parent
f70648d5a1
commit
1734992738
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ run_all_permutations(TestSpec * testspec)
|
|||
|
||||
/*
|
||||
* To generate the permutations, we conceptually put the steps of each
|
||||
* session on a pile. To generate a permuation, we pick steps from the
|
||||
* session on a pile. To generate a permutation, we pick steps from the
|
||||
* piles until all piles are empty. By picking steps from piles in
|
||||
* different order, we get different permutations.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue