From 5498a9f13d70bf7d65ff58ccbe7f230981a6d365 Mon Sep 17 00:00:00 2001 From: anlan_cs Date: Fri, 31 Dec 2021 05:30:52 -0500 Subject: [PATCH] bfdd: correct one spelling error of comment Signed-off-by: anlan_cs --- zebra/zebra_ptm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5