diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-29 15:37:34 +0200 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2021-10-04 08:26:43 +0000 |
commit | d0ea764a5d7370747ca3dbb1288c62ee5ccba67c (patch) | |
tree | 415eda014b883d1572a6b9fcb1b28c77907c1bbc /src/plugins/lacp/node.c | |
parent | ddb192951c160c7bdb2c630a781b9a4878dae09a (diff) |
docs: plugin comment nitfixes
Type: improvement
Change-Id: Ib7e2f5f314144064de7b6be0fade3db2f9c943fe
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/lacp/node.c')
-rw-r--r-- | src/plugins/lacp/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lacp/node.c b/src/plugins/lacp/node.c index 4f78880c741..f70ea69deef 100644 --- a/src/plugins/lacp/node.c +++ b/src/plugins/lacp/node.c @@ -33,7 +33,7 @@ lacp_state_struct lacp_state_array[] = { The interior node is neither pipelined nor dual-looped, because it would be very unusual to see more than one LACP packet in - a given input frame. So, it's a very simple / straighforward + a given input frame. So, it's a very simple / straightforward example. */ |