Fixed comment typo

This commit is contained in:
Sam Lantinga 2022-09-16 09:19:20 -07:00
parent 172865ff13
commit 910d499c54
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ struct hid_device_info HID_API_EXPORT *hid_enumerate(unsigned short vendor_id,
if (hid_init() < 0) if (hid_init() < 0)
return NULL; 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) if (hid_input_monitoring_denied)
return NULL; return NULL;