From e3b78da875d7ccb744763bb9f8ef6d08655e3975 Mon Sep 17 00:00:00 2001 From: Tim Bray Date: Tue, 19 Feb 2019 15:46:52 +0000 Subject: *: Rename backet to bucket Presume typo from original author Signed-off-by: Tim Bray --- lib/if_rmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/if_rmap.c') 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++) -- cgit v1.2.3