diff options
Diffstat (limited to 'src/libimcv/seg/seg_contract.h')
-rw-r--r-- | src/libimcv/seg/seg_contract.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libimcv/seg/seg_contract.h b/src/libimcv/seg/seg_contract.h index 2a2666f42..23676a9f4 100644 --- a/src/libimcv/seg/seg_contract.h +++ b/src/libimcv/seg/seg_contract.h @@ -15,7 +15,7 @@ /** * @defgroup seg_contract seg_contract - * @{ @ingroup libimcv + * @{ @ingroup libimcv_seg */ #ifndef SEG_CONTRACT_H_ @@ -106,7 +106,7 @@ struct seg_contract_t { * Get contract role * * @return TRUE: contracting party (issuer), - * FALSE: contracted party + * FALSE: contracted party */ bool (*is_issuer)(seg_contract_t *this); @@ -162,7 +162,7 @@ struct seg_contract_t { }; /** - * Create a PA-TNC attribute segmentation contract + * Create a PA-TNC attribute segmentation contract * * @param msg_type PA-TNC message type * @param max_attr_size Maximum PA-TNC attribute size in octets |