Minor nit: Change commit message to "datapath-windows: Fix a spelling in the comment"
Thanks, Shashank ________________________________________ From: [email protected] <[email protected]> on behalf of Alin Serdean <[email protected]> Sent: Thursday, July 13, 2017 9:40 PM To: [email protected] Subject: [ovs-dev] [PATCH 25/40] datapath-windows: Fix spelling for OvsTunnelFilterSetIrpContext Found by inspection. Signed-off-by: Alin Gabriel Serdean <[email protected]> --- datapath-windows/ovsext/TunnelFilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath-windows/ovsext/TunnelFilter.c b/datapath-windows/ovsext/TunnelFilter.c index 6f4663e..9939415 100644 --- a/datapath-windows/ovsext/TunnelFilter.c +++ b/datapath-windows/ovsext/TunnelFilter.c @@ -1618,7 +1618,7 @@ OvsTunnelFilterSetIrpContext(POVS_TUNFLT_REQUEST_LIST listRequests, /* * -------------------------------------------------------------------------- * This function is the Cancel routine to be called by the I/O Manager in the - * case when the IRP is cancelled. + * case the IRP is canceled. * -------------------------------------------------------------------------- */ VOID -- 2.10.2.windows.1 _______________________________________________ Acked-by: Shashank Ram <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
