From: Ben Pfaff Date: Wed, 21 Sep 2011 17:09:00 +0000 (-0700) Subject: tag: Fix typo in comment. X-Git-Tag: v1.3.0~226 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ddb378111158c603ef6f253095c496d9045b1905;p=sliver-openvswitch.git tag: Fix typo in comment. --- diff --git a/lib/tag.h b/lib/tag.h index 5885e1538..9cb581d23 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) {