projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cdf034
)
tag: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Wed, 21 Sep 2011 17:09:00 +0000
(10:09 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 23 Sep 2011 22:15:41 +0000
(15:15 -0700)
lib/tag.h
patch
|
blob
|
history
diff --git
a/lib/tag.h
b/lib/tag.h
index 5885e15385db30178610e5787fc2b2c0d4f8e492..9cb581d23a834204b091fb044cd2f96ae12aacdc 100644
(file)
--- 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)
{