Fix typo: multiple tuple => tuples

Started by Zhijie Hou (Fujitsu)almost 5 years ago2 messageshackers
Jump to latest
#1Zhijie Hou (Fujitsu)
houzj.fnst@fujitsu.com

Hi,

I found a possible typo in the code comments of heap_multi_insert.

- *	heap_multi_insert	- insert multiple tuple into a heap
+ *	heap_multi_insert	- insert multiple tuples into a heap

Attaching a patch to fix it.

Best regards,
houzj

Attachments:

0001-fix-typo.patchapplication/octet-stream; name=0001-fix-typo.patchDownload+1-2
#2Michael Paquier
michael@paquier.xyz
In reply to: Zhijie Hou (Fujitsu) (#1)
Re: Fix typo: multiple tuple => tuples

On Wed, May 26, 2021 at 07:37:15AM +0000, houzj.fnst@fujitsu.com wrote:

I found a possible typo in the code comments of heap_multi_insert.

- *	heap_multi_insert	- insert multiple tuple into a heap
+ *	heap_multi_insert	- insert multiple tuples into a heap

Attaching a patch to fix it.

Thanks, fixed.
--
Michael