Fix duplicated word in lsyscache.c comment

Started by Chao Li4 months ago2 messageshackers
Jump to latest
#1Chao Li
li.evan.chao@gmail.com

Hi Hackers,

While working on a couple of patches that touched lsyscache.c, I noticed a
small typo in a comment:

```
* This is trivially true if they are the same operator. Otherwise, <====
duplicate “Otherwise"
* Otherwise, we look to see if they both belong to an opfamily that
```

So I’m posting a trivial patch to fix it.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

Attachments:

v1-0001-Fix-duplicated-word-in-lsyscache.c-comment.patchapplication/octet-stream; name=v1-0001-Fix-duplicated-word-in-lsyscache.c-comment.patchDownload+3-4
#2Michael Paquier
michael@paquier.xyz
In reply to: Chao Li (#1)
Re: Fix duplicated word in lsyscache.c comment

On Tue, Dec 30, 2025 at 08:00:25AM +0800, Chao Li wrote:

So I’m posting a trivial patch to fix it.

Right, will clean up. Thanks.
--
Michael