Re: [PATCH v2] tools/thermal: fix typo "binded" in comments

From: Daniel Lezcano

Date: Fri Sep 18 2026 - 05:12:48 EST


On 9/17/26 10:00, Hemanth Selam wrote:
"binded" is not a word; the past participle of "bind" is "bound".

The tmon.h comment counts cooling devices, so the noun is plural there,
matching the wording already used for MAX_NR_CDEV_TRIP. The tui.c clause
needs "is" to read as a sentence.

Only touches comments, no code changes.

Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
Applied, thanks