SDL: Fixed comment typo (910d4)

From 910d499c549f8673230f28b54a625cacb5341b89 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 16 Sep 2022 09:19:20 -0700
Subject: [PATCH] Fixed comment typo

---
 src/hidapi/mac/hid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hidapi/mac/hid.c b/src/hidapi/mac/hid.c
index 445de68231b..4ea6bdb6a3c 100644
--- a/src/hidapi/mac/hid.c
+++ b/src/hidapi/mac/hid.c
@@ -523,7 +523,7 @@ struct hid_device_info  HID_API_EXPORT *hid_enumerate(unsigned short vendor_id,
 	if (hid_init() < 0)
 		return NULL;
 
-	/* If we don't have permission do open devices, don't enumerate them */
+	/* If we don't have permission to open devices, don't enumerate them */
 	if (hid_input_monitoring_denied)
 		return NULL;