Fix typos in comments
authorMichael Paquier <michael@paquier.xyz>
Tue, 2 May 2023 03:23:08 +0000 (12:23 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 2 May 2023 03:23:08 +0000 (12:23 +0900)
commit8961cb9a0315fa23458587b3df547ca8d8e00f85
treef9ea45d43d53950d56062dc9eb0cebe547503718
parent6fd8ae6888847da842ee4810fcd83b013cbed27f
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: http://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
43 files changed:
config/config.sub
contrib/amcheck/verify_nbtree.c
contrib/intarray/_int.h
src/backend/access/gist/gistxlog.c
src/backend/access/heap/heapam.c
src/backend/access/heap/heapam_handler.c
src/backend/access/heap/pruneheap.c
src/backend/access/heap/vacuumlazy.c
src/backend/access/nbtree/nbtsplitloc.c
src/backend/access/transam/slru.c
src/backend/access/transam/xlogreader.c
src/backend/commands/opclasscmds.c
src/backend/commands/subscriptioncmds.c
src/backend/commands/tablecmds.c
src/backend/executor/nodeAgg.c
src/backend/jit/llvm/llvmjit_expr.c
src/backend/optimizer/plan/planagg.c
src/backend/parser/gram.y
src/backend/partitioning/partbounds.c
src/backend/partitioning/partdesc.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/syncrep.c
src/backend/storage/file/fd.c
src/backend/storage/ipc/latch.c
src/backend/storage/ipc/procarray.c
src/backend/storage/lmgr/spin.c
src/backend/utils/activity/backend_status.c
src/backend/utils/activity/pgstat_wal.c
src/backend/utils/adt/acl.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/selfuncs.c
src/backend/utils/mb/mbutils.c
src/bin/pg_rewind/rewind_source.h
src/include/access/tableam.h
src/include/access/toast_helper.h
src/include/nodes/nodeFuncs.h
src/include/nodes/queryjumble.h
src/include/pg_config_manual.h
src/interfaces/libpq/fe-protocol3.c
src/interfaces/libpq/libpq-int.h
src/pl/plperl/plperl.c
src/test/recovery/t/023_pitr_prepared_xact.pl
src/test/subscription/t/004_sync.pl