From 07ab0ca3bbdc3ced51bfc1abaad4ca7f231e13db Mon Sep 17 00:00:00 2001 From: Abhishek Choubey Date: Thu, 30 Apr 2026 13:58:21 +0530 Subject: [PATCH] Fix error in documentation --- src/vnet/dpo/dpo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vnet/dpo/dpo.h b/src/vnet/dpo/dpo.h index 9951234d8700..0d5237cffcd9 100644 --- a/src/vnet/dpo/dpo.h +++ b/src/vnet/dpo/dpo.h @@ -6,10 +6,10 @@ /** * @brief * A Data-Path Object is an object that represents actions that are - * applied to packets are they are switched through VPP's data-path. + * applied to packets as they are switched through VPP's data-path. * - * The DPO can be considered to be like is a base class that is specialised - * by other objects to provide concreate actions + * The DPO can be considered like a base class that is specialised + * by other objects to provide concrete actions. * * The VLIB graph nodes are graph of DPO types, the DPO graph is a graph of * instances.