mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 09:38:27 -04:00
Fix typo in comment
This commit is contained in:
parent
6e9aaf6e47
commit
2e0c919bce
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ dsa_get_handle(dsa_area *area)
|
|||
|
||||
/*
|
||||
* Attach to an area given a handle generated (possibly in another process) by
|
||||
* dsa_get_area_handle. The area must have been created with dsa_create (not
|
||||
* dsa_get_handle. The area must have been created with dsa_create (not
|
||||
* dsa_create_in_place).
|
||||
*/
|
||||
dsa_area *
|
||||
|
|
|
|||
Loading…
Reference in a new issue