diff options
| author | anlan_cs <anlan_cs@tom.com> | 2021-12-31 05:30:52 -0500 |
|---|---|---|
| committer | anlan_cs <anlan_cs@tom.com> | 2021-12-31 05:32:49 -0500 |
| commit | 5498a9f13d70bf7d65ff58ccbe7f230981a6d365 (patch) | |
| tree | 2ed519d25c3c59b2477581d3dfea495423f69398 | |
| parent | 074ad7cb5959a98eb08d27913b8bbf322ccf5f90 (diff) | |
bfdd: correct one spelling error of comment
Signed-off-by: anlan_cs <anlan_cs@tom.com>
| -rw-r--r-- | zebra/zebra_ptm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_ptm.c b/zebra/zebra_ptm.c index c237133130..32edb78c7d 100644 --- a/zebra/zebra_ptm.c +++ b/zebra/zebra_ptm.c @@ -1380,7 +1380,7 @@ static int _zebra_ptm_bfd_client_deregister(struct zserv *zs) } /* - * The message type will be BFD_DEST_REPLY so we can use only + * The message type will be ZEBRA_BFD_DEST_REPLAY so we can use only * one callback at the `bfdd` side, however the real command * number will be included right after the zebra header. */ |
