[ovs-dev] [PATCH 1/3] flow.h: Fix a comment typo

Jarno Rajahalme jrajahalme at nicira.com
Tue Apr 15 15:51:28 UTC 2014


Thanks!

Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>


> On Apr 15, 2014, at 1:22 AM, YAMAMOTO Takashi <yamamoto at valinux.co.jp> wrote:
> 
> Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
> ---
> lib/flow.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/flow.h b/lib/flow.h
> index d6dc308..984da25 100644
> --- a/lib/flow.h
> +++ b/lib/flow.h
> @@ -149,7 +149,7 @@ BUILD_ASSERT_DECL(offsetof(struct flow, tp_dst) + 2
>  * segments.
>  * This is located here since this is dependent on the structure of the
>  * struct flow defined above:
> - * Each offset must be on a distint, successive U32 boundary srtictly
> + * Each offset must be on a distinct, successive U32 boundary strictly
>  * within the struct flow. */
> enum {
>     FLOW_SEGMENT_1_ENDS_AT = offsetof(struct flow, dl_src),
> -- 
> 1.8.3.1
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list