From 2c77ae484c30ca5a752c5f7ccd336d8e977db9a6 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Wed, 29 Sep 2021 15:36:51 +0200 Subject: docs: vnet comment nitfixes Type: improvement Change-Id: Iac01d7830b53819ace8f199554be10ab89ecdb97 Signed-off-by: Nathan Skrzypczak --- src/vnet/srmpls/sr_mpls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/srmpls') diff --git a/src/vnet/srmpls/sr_mpls.h b/src/vnet/srmpls/sr_mpls.h index 5b04f76b7a7..a8f9494428f 100644 --- a/src/vnet/srmpls/sr_mpls.h +++ b/src/vnet/srmpls/sr_mpls.h @@ -67,7 +67,7 @@ typedef struct u8 type; /**< Type (default is 0) */ /* SR Policy specific DPO */ - /* IF Type = DEFAULT Then Load Balancer DPO among SID lists */ + /* IF Type = DEFAULT Then Load-Balancer DPO among SID lists */ /* IF Type = SPRAY then Spray DPO with all SID lists */ ip46_address_t endpoint; /**< Optional NH for SR TE */ -- cgit 1.2.3-korg