2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 08:45:23 +00:00

odp-util: Fix typo in comment.

Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Ben Pfaff
2012-05-02 14:22:17 -07:00
parent 6a7d1a39bb
commit 0a18743a89

View File

@@ -122,7 +122,7 @@ enum user_action_cookie_type {
};
/* user_action_cookie is passed as argument to OVS_ACTION_ATTR_USERSPACE.
* Since is it passed to kernel as u64, its size has to be 8 bytes. */
* Since it is passed to kernel as u64, its size has to be 8 bytes. */
struct user_action_cookie {
uint8_t type; /* enum user_action_cookie_type. */
uint8_t n_output; /* No of output ports. used by sflow. */