mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@@ -27,7 +27,7 @@ typedef struct LogicalRepWorker
|
||||
/* Indicates if this slot is used or free. */
|
||||
bool in_use;
|
||||
|
||||
/* Increased everytime the slot is taken by new worker. */
|
||||
/* Increased every time the slot is taken by new worker. */
|
||||
uint16 generation;
|
||||
|
||||
/* Pointer to proc array. NULL if not running. */
|
||||
|
Reference in New Issue
Block a user