Fixed typo.

This commit is contained in:
Florian Pose 2007-08-07 13:22:37 +00:00
parent 879104f6d5
commit 47f04dac71
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ typedef struct
struct list_head queue; /**< master datagram queue item */
struct list_head sent; /**< master list item for sent datagrams */
ec_datagram_type_t type; /**< datagram type (APRD, BWR, etc) */
ec_address_t address; /**< receipient address */
ec_address_t address; /**< recipient address */
uint8_t *data; /**< datagram data */
size_t mem_size; /**< datagram \a data memory size */
size_t data_size; /**< size of the data in \a data */