From 52c5f26fc5dc25cee34a24a948ec0e65154e0331 Mon Sep 17 00:00:00 2001 From: Zhiyong Yang Date: Thu, 13 Jun 2019 21:14:33 -0400 Subject: bonding: fix comment typo Type: style Change-Id: I28908756019f8ca54c50334c470d8eded5621ade Signed-off-by: Zhiyong Yang --- src/vnet/bonding/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/bonding') diff --git a/src/vnet/bonding/node.h b/src/vnet/bonding/node.h index b046f989f20..178215073d3 100644 --- a/src/vnet/bonding/node.h +++ b/src/vnet/bonding/node.h @@ -236,7 +236,7 @@ typedef struct lacp_port_info_t partner; lacp_port_info_t partner_admin;; - /* Partner port information */ + /* Actor port information */ lacp_port_info_t actor; lacp_port_info_t actor_admin; -- cgit 1.2.3-korg