Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af784163 authored by Andy Hill's avatar Andy Hill Committed by Jesse Gross
Browse files

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: default avatarAndy Hill <hillad@gmail.com>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent 34d94f21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{