mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix typos and grammar in code comments
Several mistakes have piled in the code comments over the time, including incorrect grammar, function names and simple typos. This commit takes care of a portion of these. No backpatch is done as this is only cosmetic. Author: Justin Pryzby Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com
This commit is contained in:
@ -825,7 +825,7 @@ pglz_decompress(const char *source, int32 slen, char *dest,
|
||||
|
||||
|
||||
/* ----------
|
||||
* pglz_max_compressed_size -
|
||||
* pglz_maximum_compressed_size -
|
||||
*
|
||||
* Calculate the maximum compressed size for a given amount of raw data.
|
||||
* Return the maximum size, or total compressed size if maximum size is
|
||||
|
Reference in New Issue
Block a user