diff options
author | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-05 23:33:14 +0200 |
---|---|---|
committer | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-05 23:42:57 +0200 |
commit | 214d8a60e15dc1b086d3f6033f686246317739f1 (patch) | |
tree | db070e001b544ede6a95886d972e4f45a977bad4 /lib/if.h | |
parent | Merge pull request #9743 from pguibert6WIND/largecomm (diff) | |
download | frr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |