Change 'unhandeled' to 'unhandled'.

Signed-off-by: Chris Packham <chris.pack...@alliedtelesis.co.nz>
---
 drivers/hid/hid-logitech-dj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
index ed9b1c1f460d..51e1305cc375 100644
--- a/drivers/hid/hid-logitech-dj.c
+++ b/drivers/hid/hid-logitech-dj.c
@@ -820,7 +820,7 @@ static void logi_dj_recv_queue_unknown_work(struct 
dj_receiver_dev *djrcv_dev)
 {
        struct dj_workitem workitem = { .type = WORKITEM_TYPE_UNKNOWN };
 
-       /* Rate limit queries done because of unhandeled reports to 2/sec */
+       /* Rate limit queries done because of unhandled reports to 2/sec */
        if (time_before(jiffies, djrcv_dev->last_query + HZ / 2))
                return;
 
-- 
2.25.1

Reply via email to