Explorar o código

openhmd: fix documentation of ohmd_require_version

Alexandre Janniaux %!s(int64=6) %!d(string=hai) anos
pai
achega
80d51bea57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/openhmd.h

+ 1 - 1
include/openhmd.h

@@ -462,7 +462,7 @@ OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_device_set_data(ohmd_device* device, ohm
 OHMD_APIENTRYDLL void OHMD_APIENTRY ohmd_get_version(int* out_major, int* out_minor, int* out_patch);
 
 /**
- * Set an void* data value for a device.
+ * Check that the library is compatible with the required version.
  *
  * @param major Required major version.
  * @param minor Required minor version.