[ovs-dev] [slow path 03/11] odp-util: Fix typo in comment.

Justin Pettit jpettit at nicira.com
Tue May 8 20:14:52 UTC 2012


Looks good.

--Justin


On May 5, 2012, at 11:10 AM, Ben Pfaff wrote:

> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
> lib/odp-util.h |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/odp-util.h b/lib/odp-util.h
> index 0ea801a..3d337a7 100644
> --- a/lib/odp-util.h
> +++ b/lib/odp-util.h
> @@ -122,7 +122,7 @@ enum user_action_cookie_type {
> };
> 
> /* user_action_cookie is passed as argument to OVS_ACTION_ATTR_USERSPACE.
> - * Since is it passed to kernel as u64, its size has to be 8 bytes. */
> + * Since it is passed to kernel as u64, its size has to be 8 bytes. */
> struct user_action_cookie {
>     uint8_t   type;                 /* enum user_action_cookie_type. */
>     uint8_t   n_output;             /* No of output ports. used by sflow. */
> -- 
> 1.7.2.5
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list