openvswitch: Fix misspellings in comments and docs.

Flagged with: https://github.com/lyda/misspell-check
Run with: git ls-files | misspellings -f -

Signed-off-by: Andy Hill <hillad@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
Andy Hill 2013-06-07 16:53:50 -07:00 committed by Jesse Gross
parent 34d94f2102
commit af7841636b
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ int ovs_vport_send(struct vport *vport, struct sk_buff *skb)
* @err_type: one of enum vport_err_type types to indicate the error type
*
* If using the vport generic stats layer indicate that an error of the given
* type has occured.
* type has occurred.
*/
void ovs_vport_record_error(struct vport *vport, enum vport_err_type err_type)
{