[RESEND] macintosh: Fix spelling mistake "toogle" to "toggle"
    Zhu Jun 
    zhujun2 at cmss.chinamobile.com
       
    Tue Dec  3 19:42:00 AEDT 2024
    
    
  
There is a spelling mistake, Please fix it.
Signed-off-by: Zhu Jun <zhujun2 at cmss.chinamobile.com>
---
 drivers/macintosh/adbhid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/macintosh/adbhid.c b/drivers/macintosh/adbhid.c
index b2fe7a3dc471..943a7123786a 100644
--- a/drivers/macintosh/adbhid.c
+++ b/drivers/macintosh/adbhid.c
@@ -604,7 +604,7 @@ adbhid_buttons_input(unsigned char *data, int nb, int autopoll)
 
 			case 0x7f:
 			case 0xff:
-				/* keypad overlay toogle */
+				/* keypad overlay toggle */
 				break;
 
 			default:
-- 
2.17.1
    
    
More information about the Linuxppc-dev
mailing list