diff options
Diffstat (limited to 'bgpd/bgp_table.c')
| -rw-r--r-- | bgpd/bgp_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_table.c b/bgpd/bgp_table.c index f7bb6e1054..231f326cef 100644 --- a/bgpd/bgp_table.c +++ b/bgpd/bgp_table.c @@ -104,7 +104,7 @@ struct bgp_table *bgp_table_init(struct bgp *bgp, afi_t afi, safi_t safi) route_table_set_info(rt->route_table, rt); /* - * pointer to bgp instance allows working back from bgp_info to bgp + * pointer to bgp instance allows working back from bgp_path_info to bgp */ rt->bgp = bgp; |
