[PATCH] tools/gpio: fix typo "amount of times" in comment

From: Hemanth Selam

Date: Fri Sep 04 2026 - 07:53:44 EST


Correct "amount of times" to "number of times", reported by
scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt.
Only touches comments, no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
tools/gpio/gpio-hammer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/gpio/gpio-hammer.c b/tools/gpio/gpio-hammer.c
index ba0866eb3581..1a21e5460242 100644
--- a/tools/gpio/gpio-hammer.c
+++ b/tools/gpio/gpio-hammer.c
@@ -145,7 +145,7 @@ int main(int argc, char **argv)
case 'o':
/*
* Avoid overflow. Do not immediately error, we want to
- * be able to accurately report on the amount of times
+ * be able to accurately report on the number of times
* '-o' was given to give an accurate error message
*/
if (i < GPIOHANDLES_MAX)
--
2.48.1