[PATCH 1/3] pcmcia: fix typo "specifiy" in comment

From: Hemanth Selam

Date: Fri Sep 04 2026 - 07:57:01 EST


Correct "specifiy" to "specify", 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>
---
drivers/pcmcia/ti113x.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pcmcia/ti113x.h b/drivers/pcmcia/ti113x.h
index 5cb670e037a0..9ff0deaf73ab 100644
--- a/drivers/pcmcia/ti113x.h
+++ b/drivers/pcmcia/ti113x.h
@@ -735,7 +735,7 @@ static int ti12xx_2nd_slot_empty(struct yenta_socket *socket)
}

/*
- * TI specifiy parts for the power hook.
+ * TI specify parts for the power hook.
*
* some TI's with some CB's produces interrupt storm on power on. it has been
* seen with atheros wlan cards on TI1225 and TI1410. solution is simply to
--
2.48.1