mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Fix a boatload of typos in C comments.
Justin Pryzby Discussion: https://postgr.es/m/20180331105640.GK28454@telsasoft.com
This commit is contained in:
@@ -649,7 +649,7 @@ dsa_pin_mapping(dsa_area *area)
|
||||
* will result in an ERROR.
|
||||
*
|
||||
* DSA_ALLOC_NO_OOM causes this function to return InvalidDsaPointer when
|
||||
* no memory is available or a size limit establed by set_dsa_size_limit
|
||||
* no memory is available or a size limit established by set_dsa_size_limit
|
||||
* would be exceeded. Otherwise, such allocations will result in an ERROR.
|
||||
*
|
||||
* DSA_ALLOC_ZERO causes the allocated memory to be zeroed. Otherwise, the
|
||||
|
||||
Reference in New Issue
Block a user