]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix comment in tableam.c
authorMichael Paquier <michael@paquier.xyz>
Mon, 5 Jan 2026 10:15:55 +0000 (19:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 5 Jan 2026 10:15:55 +0000 (19:15 +0900)
Author: shiyu qin <qinshy510@gmail.com>
Discussion: https://postgr.es/m/CAJUCM3uJjoLR1zfKoZD4J71T-hdeFdFw1kTQoMkywKZP0hZsvw@mail.gmail.com

src/backend/access/table/tableam.c

index 0f7ce6a37f7d4a3d9e7aec21f7f1b3ae8621b034..87491796523e894f8a7b4f27027ed25e057b1d88 100644 (file)
@@ -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.
  *