diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-08-11 00:24:24 +0200 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2017-08-11 00:24:24 +0200 |
commit | b1968f83da6e5a6d865d09dcb59a0ec7b89c0f43 (patch) | |
tree | ae67e8381598ede603100dedd68de3c60616b0a9 /eigrpd/eigrp_structs.h | |
parent | Merge pull request #952 from lunn/eigrpd-nbr-timer-crash (diff) | |
download | frr-b1968f83da6e5a6d865d09dcb59a0ec7b89c0f43.tar.xz frr-b1968f83da6e5a6d865d09dcb59a0ec7b89c0f43.zip |
eigrpd: fix spelling of "bandwidth"
There are a number of spelling errors in eigrp. But this one is
particular annoying because it is a variable name, not in a comment.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'eigrpd/eigrp_structs.h')
-rw-r--r-- | eigrpd/eigrp_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_structs.h b/eigrpd/eigrp_structs.h index 6b3a14abc..fd3e4b201 100644 --- a/eigrpd/eigrp_structs.h +++ b/eigrpd/eigrp_structs.h @@ -59,7 +59,7 @@ struct eigrp_master { struct eigrp_metrics { u_int32_t delay; - u_int32_t bandwith; + u_int32_t bandwidth; unsigned char mtu[3]; u_char hop_count; u_char reliability; |