[ovs-dev] [PATCH 3/5] datapath-windows: Fix typo in OvsUpdateIPv4Header

Alin Serdean aserdean at cloudbasesolutions.com
Fri Jan 6 19:09:35 UTC 2017


Found by inspection.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
---
 datapath-windows/ovsext/Actions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datapath-windows/ovsext/Actions.c b/datapath-windows/ovsext/Actions.c
index a5f8f06..467bfbc 100644
--- a/datapath-windows/ovsext/Actions.c
+++ b/datapath-windows/ovsext/Actions.c
@@ -1424,7 +1424,7 @@ OvsUpdateIPv4Header(OvsForwardingContext *ovsFwdCtx,
     }
 
     /*
-     * Adjust the IP header inline as dictated by the action, nad also update
+     * Adjust the IP header inline as dictated by the action, and also update
      * the IP and the TCP checksum for the data modified.
      *
      * In the future, this could be optimized to make one call to
-- 
2.10.2.windows.1


More information about the dev mailing list