1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

sys/clif: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:16:21 +02:00
parent c8b43b8ca4
commit 2a27ef5d8f

View File

@ -27,7 +27,7 @@
#define ENABLE_DEBUG (0)
#include "debug.h"
/* returns the correspondant attribute string */
/* returns the correspondent attribute string */
static const char *_attr_to_str[] = {
[CLIF_ATTR_ANCHOR] = LF_ATTR_ANCHOR,
[CLIF_ATTR_REL] = LF_ATTR_REL_TYPE,
@ -43,7 +43,7 @@ static const char *_attr_to_str[] = {
[CLIF_ATTR_OBS] = LF_ATTR_OBS
};
/* returns the correspondant attribute string size */
/* returns the correspondent attribute string size */
static const unsigned _attr_to_size[] = {
[CLIF_ATTR_ANCHOR] = LF_ATTR_ANCHOR_S,
[CLIF_ATTR_REL] = LF_ATTR_REL_TYPE_S,