ofproto: Revert change in flow cookie when an ofoperation fails.
[openvswitch] / lib / tag.h
index 5885e15385db30178610e5787fc2b2c0d4f8e492..2050de0b2febb93ed9ce3696bf1b1c1938a787bc 100644 (file)
--- a/lib/tag.h
+++ b/lib/tag.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2011 Nicira Networks.
+ * Copyright (c) 2008, 2011 Nicira, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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)
 {