mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Fix typos in comments
The changes done in this commit impact comments with no direct user-visible changes, with fixes for incorrect function, variable or structure names. Author: Alexander Lakhin Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
This commit is contained in:
@@ -453,7 +453,7 @@ pg_do_encoding_conversion(unsigned char *src, int len,
|
||||
*
|
||||
* The output is null-terminated.
|
||||
*
|
||||
* If destlen < srclen * MAX_CONVERSION_LENGTH + 1, the converted output
|
||||
* If destlen < srclen * MAX_CONVERSION_INPUT_LENGTH + 1, the converted output
|
||||
* wouldn't necessarily fit in the output buffer, and the function will not
|
||||
* convert the whole input.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user