1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Fix typos

This commit is contained in:
authmillenon 2013-08-14 16:38:18 +02:00
parent ce21dbdc73
commit a8d5a83cf2
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
*
* @ingroup sixlowpan
* @{
n @file sixlowborder.c
* @file sixlowborder.c
* @brief constraint node implementation for a 6lowpan border router
* @author Martin Lenders <mlenders@inf.fu-berlin.de>
* @author Oliver Hahm <oliver.hahm@inria.fr>

View File

@ -238,7 +238,7 @@ static icmpv6_ndp_opt_pi_t *get_opt_pi_buf(uint8_t ext_len, uint8_t opt_len)
static icmpv6_ndp_opt_aro_t *get_opt_aro_buf(uint8_t ext_len, uint8_t opt_len)
{
return ((icmpv6_ndp_opt_aro_t *) &(buffer[LLHDR_ICMPV6HDR_LEN + ext_len +
opt_len]));
opt_len]));
}
void icmpv6_send_echo_request(ipv6_addr_t *destaddr, uint16_t id, uint16_t seq, char *data, size_t data_len)