diff options
Diffstat (limited to 'src/mds-server/interception-condition.h')
-rw-r--r-- | src/mds-server/interception-condition.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-server/interception-condition.h b/src/mds-server/interception-condition.h index 19f2c68..65b7ebc 100644 --- a/src/mds-server/interception-condition.h +++ b/src/mds-server/interception-condition.h @@ -78,8 +78,8 @@ size_t interception_condition_marshal(const interception_condition_t* restrict t * * @param this Memory slot in which to store the new interception condition * @param data In buffer with the marshalled data - * @return Zero on error, errno will be set accordingly, otherwise the number of read bytes. - * Destroy the interception condition on error. + * @return Zero on error, `errno` will be set accordingly, otherwise the + * number of read bytes. Destroy the interception condition on error. */ size_t interception_condition_unmarshal(interception_condition_t* restrict this, char* restrict data); |