mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Fix comment typos.
This commit is contained in:
parent
61538f932c
commit
a84ae6be04
@ -173,7 +173,7 @@ storagePgGet(unsigned int hostId, bool write)
|
||||
}
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Get ready-only PostgreSQL storage for a specific host id
|
||||
Get read-only PostgreSQL storage for a specific host id
|
||||
***********************************************************************************************************************************/
|
||||
const Storage *
|
||||
storagePgId(unsigned int hostId)
|
||||
@ -200,7 +200,7 @@ storagePgId(unsigned int hostId)
|
||||
}
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Get ready-only PostgreSQL storage for the host-id or the default of 1
|
||||
Get read-only PostgreSQL storage for the host-id or the default of 1
|
||||
***********************************************************************************************************************************/
|
||||
const Storage *
|
||||
storagePg(void)
|
||||
|
Loading…
Reference in New Issue
Block a user