X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Ftag.h;h=9cb581d23a834204b091fb044cd2f96ae12aacdc;hb=2c8fcc9cd6a7bbb948f6c79879e89c7ed791c9b1;hp=5885e15385db30178610e5787fc2b2c0d4f8e492;hpb=1e2e71109fc690cf2ab0c4093cf451989ef23c6d;p=openvswitch diff --git a/lib/tag.h b/lib/tag.h index 5885e153..9cb581d2 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) {