mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
ng_ipv6_addr: piggy-back spell error fix
This commit is contained in:
parent
9cd07b8961
commit
c8c92663d9
@ -50,10 +50,10 @@ extern "C" {
|
||||
* @brief Data type to represent an IPv6 address.
|
||||
*/
|
||||
typedef union {
|
||||
uint8_t u8[16]; /**< devided by 16 8-bit words. */
|
||||
network_uint16_t u16[8]; /**< devided by 8 16-bit words. */
|
||||
network_uint32_t u32[4]; /**< devided by 4 32-bit words. */
|
||||
network_uint64_t u64[2]; /**< devided by 2 64-bit words. */
|
||||
uint8_t u8[16]; /**< divided by 16 8-bit words. */
|
||||
network_uint16_t u16[8]; /**< divided by 8 16-bit words. */
|
||||
network_uint32_t u32[4]; /**< divided by 4 32-bit words. */
|
||||
network_uint64_t u64[2]; /**< divided by 2 64-bit words. */
|
||||
} ng_ipv6_addr_t;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user