From 5d0f1f4f88a3c3456ad6ade26942c723667c7f6d Mon Sep 17 00:00:00 2001
From: shiyu qin <qinshy510@gmail.com>
Date: Mon, 5 Jan 2026 13:53:36 +0800
Subject: [PATCH v1] Correction to comment wording in tableam.c

Note that 'function' here does not refer to a specific function;
it is intended to indicate that most functions are involved,
so it should be changed to 'functions'.

Author: shiyu qin<qinshy510@gmail.com>
---
 src/backend/access/table/tableam.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/access/table/tableam.c b/src/backend/access/table/tableam.c
index 0f7ce6a..8749179 100644
--- a/src/backend/access/table/tableam.c
+++ b/src/backend/access/table/tableam.c
@@ -11,7 +11,7 @@
  *	  src/backend/access/table/tableam.c
  *
  * NOTES
- *	  Note that most function in here are documented in tableam.h, rather than
+ *	  Note that most functions in here are documented in tableam.h, rather than
  *	  here. That's because there's a lot of inline functions in tableam.h and
  *	  it'd be harder to understand if one constantly had to switch between files.
  *
-- 
1.8.3.1

