[ovs-dev] [PATCH] tag: Fix typo in comment.

Ethan Jackson ethan at nicira.com
Fri Sep 23 22:18:33 UTC 2011


Looks good,

Ethan

On Fri, Sep 23, 2011 at 15:15, Ben Pfaff <blp at nicira.com> wrote:
> ---
>  lib/tag.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/tag.h b/lib/tag.h
> index 5885e15..9cb581d 100644
> --- a/lib/tag.h
> +++ b/lib/tag.h
> @@ -75,7 +75,7 @@ static inline bool tag_intersects(tag_type, tag_type);
>  static inline bool tag_is_valid(tag_type);
>
>  /* Returns true if 'a' and 'b' have at least one tag in common,
> - * false if their set of tags is disjoint. . */
> + * false if their set of tags is disjoint. */
>  static inline bool
>  tag_intersects(tag_type a, tag_type b)
>  {
> --
> 1.7.4.4
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list