summaryrefslogtreecommitdiffstats
path: root/lib/if.h
diff options
context:
space:
mode:
authorewlumpkin <ewlumpkin@gmail.com>2021-10-05 23:33:14 +0200
committerewlumpkin <ewlumpkin@gmail.com>2021-10-05 23:42:57 +0200
commit214d8a60e15dc1b086d3f6033f686246317739f1 (patch)
treedb070e001b544ede6a95886d972e4f45a977bad4 /lib/if.h
parentMerge pull request #9743 from pguibert6WIND/largecomm (diff)
downloadfrr-214d8a60e15dc1b086d3f6033f686246317739f1.tar.xz
frr-214d8a60e15dc1b086d3f6033f686246317739f1.zip
lib: fix spelling nits in more lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/if.h b/lib/if.h
index 43e2d3cff..59e75d8b6 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -251,8 +251,8 @@ struct interface {
/* Interface MTU. */
unsigned int mtu; /* IPv4 MTU */
unsigned int
- mtu6; /* IPv6 MTU - probably, but not neccessarily same as mtu
- */
+ mtu6; /* IPv6 MTU - probably, but not necessarily same as mtu
+ */
/* Link-layer information and hardware address */
enum zebra_link_type ll_type;