mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typos in comments
Author: Michael Paquier
This commit is contained in:
@ -304,7 +304,7 @@ get_rand_pool(FState *st)
|
||||
unsigned rnd;
|
||||
|
||||
/*
|
||||
* This slightly prefers lower pools - thats OK.
|
||||
* This slightly prefers lower pools - that is OK.
|
||||
*/
|
||||
rnd = st->key[st->rnd_pos] % NUM_POOLS;
|
||||
|
||||
|
Reference in New Issue
Block a user