Explorar o código

Fixed comment typo

Sam Lantinga %!s(int64=3) %!d(string=hai) anos
pai
achega
910d499c54
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/hidapi/mac/hid.c

+ 1 - 1
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;