vswitch: Fix typos in OFMP comments.
authorJustin Pettit <jpettit@nicira.com>
Fri, 5 Jun 2009 21:52:55 +0000 (14:52 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 5 Jun 2009 21:59:36 +0000 (14:59 -0700)
A couple of comments describing the new UUID TLVs were incorrect and
this fixes them.

include/openflow/openflow-mgmt.h

index 1ff3ba9..c780942 100644 (file)
@@ -102,7 +102,7 @@ struct ofmptsr_dp_uuid {
     uint16_t len;                         /* Length. */
     uint8_t pad[4];
     uint64_t dp_id;                       /* Datapath ID. */
-    uint8_t uuid_list[0];                 /* List of UUID associated with 
+    uint8_t uuid_list[0];                 /* List of UUIDs associated with 
                                            * this datapath. */
 };
 OFP_ASSERT(sizeof(struct ofmptsr_dp_uuid) == 16);
@@ -113,7 +113,7 @@ struct ofmptsr_mgmt_uuid {
     uint16_t len;                         /* 52. */
     uint8_t pad[4];
     uint64_t mgmt_id;                     /* Management ID. */
-    uint8_t uuid[OFMP_UUID_LEN];          /* Null-terminated name. */
+    uint8_t uuid[OFMP_UUID_LEN];          /* System UUID. */
     uint8_t pad2[4];                      /* Pad for 64-bit systems. */
 };
 OFP_ASSERT(sizeof(struct ofmptsr_mgmt_uuid) == 56);