From: Michael Paquier Date: Mon, 5 Jan 2026 10:15:55 +0000 (+0900) Subject: Fix comment in tableam.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=877ae5db8968555d7a5634e69018dfe6c55976eb;p=thirdparty%2Fpostgresql.git Fix comment in tableam.c Author: shiyu qin Discussion: https://postgr.es/m/CAJUCM3uJjoLR1zfKoZD4J71T-hdeFdFw1kTQoMkywKZP0hZsvw@mail.gmail.com --- diff --git a/src/backend/access/table/tableam.c b/src/backend/access/table/tableam.c index 0f7ce6a37f7..87491796523 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. *