From 0a18743a896dc7d6496857129e018eb5361bd84c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 2 May 2012 14:22:17 -0700 Subject: [PATCH] odp-util: Fix typo in comment. Signed-off-by: Ben Pfaff --- lib/odp-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/odp-util.h b/lib/odp-util.h index 0ea801ad..3d337a7a 100644 --- a/lib/odp-util.h +++ b/lib/odp-util.h @@ -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. */ -- 2.30.2