Skip to content

Commit e7f7733

Browse files
Minor comment fix
1 parent acaee12 commit e7f7733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libcanard/canard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ typedef struct canard_mem_set_t
216216
canard_mem_t tx_transfer; ///< TX transfer objects, fixed-size, one per enqueued transfer.
217217
canard_mem_t tx_frame; ///< One per enqueued frame, at least one per TX transfer, size MTU+overhead.
218218
canard_mem_t rx_session; ///< Remote-associated sessions per subscriber, fixed-size.
219-
canard_mem_t rx_payload; ///< Variable-size, max size extent+sizeof(rx_slot_t).
219+
canard_mem_t rx_payload; ///< Variable-size, max size approx. extent+sizeof(rx_slot_t).
220220
canard_mem_t rx_filters; ///< For canard_filter_t[filter_count] temporary storage. Not needed if filters not used.
221221
} canard_mem_set_t;
222222

0 commit comments

Comments
 (0)