diff options
-rw-r--r-- | include/ouroboros/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ouroboros/common.h b/include/ouroboros/common.h index c416df97..a5140c16 100644 --- a/include/ouroboros/common.h +++ b/include/ouroboros/common.h @@ -50,7 +50,7 @@ struct qos_spec { }; struct dt_const { - /* constants for dtp */ + /* dt field sizes in bits */ uint8_t addr_size; uint8_t cep_id_size; uint8_t pdu_length_size; |