]> git.proxmox.com Git - mirror_ovs.git/commitdiff
odp-util: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 2 May 2012 21:22:17 +0000 (14:22 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 9 May 2012 19:58:53 +0000 (12:58 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/odp-util.h

index 0ea801ad9a6f390a7551e6c6e6e7348e7836e1c1..3d337a7a151e9d548899f945d5270cc3791b648c 100644 (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. */