aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-06-05 14:52:55 -0700
committerJustin Pettit <jpettit@nicira.com>2009-06-05 14:59:36 -0700
commitce87c728133414f2d49f3e83f67aed5e5a4b7953 (patch)
tree549acb702a1e6ab1004c574395744b854388afea /include
parent010c6bd029d091d5224027a67da993bf64f5c998 (diff)
vswitch: Fix typos in OFMP comments.
A couple of comments describing the new UUID TLVs were incorrect and this fixes them.
Diffstat (limited to 'include')
-rw-r--r--include/openflow/openflow-mgmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openflow/openflow-mgmt.h b/include/openflow/openflow-mgmt.h
index 1ff3ba9a..c7809427 100644
--- a/include/openflow/openflow-mgmt.h
+++ b/include/openflow/openflow-mgmt.h
@@ -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);