Correction to comment wording in tableam.c

Started by shiyu qin3 months ago2 messageshackers
Jump to latest
#1shiyu qin
qinshy510@gmail.com

Hi Hackers,

I found an issue in the comments of the tableam.c file.

In the comment that currently reads:
Note that most function in here are documented in tableam.h

I believe the wording is incorrect. The phrase "most function" is
used, but based on the actual context, it is intended to refer to
"most functions", not a single specific function.

Therefore, this sentence should be corrected to:
Note that most functions in here are documented in tableam.h

This change better reflects the intended meaning and improves the
accuracy of the comment.

Regards,
shiyu qin

Attachments:

v1-0001-Correction-to-comment-wording-in-tableam.c.patchapplication/octet-stream; name=v1-0001-Correction-to-comment-wording-in-tableam.c.patchDownload+1-2
#2Michael Paquier
michael@paquier.xyz
In reply to: shiyu qin (#1)
Re: Correction to comment wording in tableam.c

On Mon, Jan 05, 2026 at 02:06:22PM +0800, shiyu qin wrote:

I found an issue in the comments of the tableam.c file.

- * 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

Yep, you are right. Will fix a bit later..
--
Michael