1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Various minor corrections of and improvements to comments.

Aleksander Alekseev
This commit is contained in:
Robert Haas
2016-03-18 09:38:59 -04:00
parent aa698d7535
commit 2d8a1e22b1
5 changed files with 21 additions and 21 deletions

View File

@@ -2742,7 +2742,7 @@ batchmemtuples(Tuplesortstate *state)
/*
* Refund STANDARDCHUNKHEADERSIZE per tuple.
*
* This sometimes fails to make memory use prefectly balanced, but it
* This sometimes fails to make memory use perfectly balanced, but it
* should never make the situation worse. Note that Assert-enabled builds
* get a larger refund, due to a varying STANDARDCHUNKHEADERSIZE.
*/