Fix typos and grammar in code comments
authorMichael Paquier <michael@paquier.xyz>
Mon, 27 Sep 2021 05:21:28 +0000 (14:21 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 27 Sep 2021 05:21:28 +0000 (14:21 +0900)
commite767ddcd354b51fc4c12d6b02e268861bd871fbc
tree1a0be8e35ff2bf23da6979377688d7e5eda3f9d4
parent895267a3266484440c0b2f42f613bcff28844cc1
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
contrib/tablefunc/tablefunc.c
src/backend/commands/statscmds.c
src/backend/executor/nodeTableFuncscan.c
src/backend/optimizer/util/pathnode.c
src/backend/statistics/README
src/backend/statistics/README.mcv
src/backend/statistics/extended_stats.c
src/common/pg_lzcompress.c