diff options
| author | Tim Bray <tim@kooky.org> | 2019-02-19 15:46:52 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-25 16:22:36 +0000 | 
| commit | e3b78da875d7ccb744763bb9f8ef6d08655e3975 (patch) | |
| tree | 58e77a2f68461230e8283624c73cd9a7827e5aa1 /lib/if_rmap.c | |
| parent | 5a80b8c7c254b9955e357555ebd929ab9bc123ef (diff) | |
*: Rename backet to bucket
Presume typo from original author
Signed-off-by: Tim Bray <tim@kooky.org>
Diffstat (limited to 'lib/if_rmap.c')
| -rw-r--r-- | lib/if_rmap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if_rmap.c b/lib/if_rmap.c index 69da695dcb..7ac5368171 100644 --- a/lib/if_rmap.c +++ b/lib/if_rmap.c @@ -261,7 +261,7 @@ DEFUN (no_if_rmap,  int config_write_if_rmap(struct vty *vty)  {  	unsigned int i; -	struct hash_backet *mp; +	struct hash_bucket *mp;  	int write = 0;  	for (i = 0; i < ifrmaphash->size; i++)  | 
