diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-11-11 09:03:17 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-11-11 09:03:17 +0000 |
commit | 79250ad1e2b76f2ba5aa8d6dc0134c6c07ceac3a (patch) | |
tree | 6d31264b9d5ca7fc0d7c690ef6a3340917c949e4 /xserver/Xi/xiproperty.c | |
parent | 0c0a487400d29e7404b66758c41ad54ee01d46ee (diff) |
Update to xserver 21.1.0
Diffstat (limited to 'xserver/Xi/xiproperty.c')
-rw-r--r-- | xserver/Xi/xiproperty.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xserver/Xi/xiproperty.c b/xserver/Xi/xiproperty.c index 6ec419e87..a36f7d61d 100644 --- a/xserver/Xi/xiproperty.c +++ b/xserver/Xi/xiproperty.c @@ -414,7 +414,7 @@ XIResetProperties(void) * @param val The property value * @param nelem_return The maximum number of elements to return. * @param buf_return Pointer to an array of at least @nelem_return values. - * @return Success or the error code if an error occured. + * @return Success or the error code if an error occurred. */ _X_EXPORT int XIPropToInt(XIPropertyValuePtr val, int *nelem_return, int **buf_return) @@ -484,7 +484,7 @@ XIPropToInt(XIPropertyValuePtr val, int *nelem_return, int **buf_return) * @param val The property value * @param nelem_return The maximum number of elements to return. * @param buf_return Pointer to an array of at least @nelem_return values. - * @return Success or the error code if an error occured. + * @return Success or the error code if an error occurred. */ _X_EXPORT int XIPropToFloat(XIPropertyValuePtr val, int *nelem_return, float **buf_return) @@ -521,7 +521,7 @@ XIPropToFloat(XIPropertyValuePtr val, int *nelem_return, float **buf_return) /* Registers a new property handler on the given device and returns a unique * identifier for this handler. This identifier is required to unregister the * property handler again. - * @return The handler's identifier or 0 if an error occured. + * @return The handler's identifier or 0 if an error occurred. */ long XIRegisterPropertyHandler(DeviceIntPtr dev, |