]> Pileus Git - ~andy/linux/commitdiff
openvswitch: Fix misspellings in comments and docs.
authorAndy Hill <hillad@gmail.com>
Fri, 7 Jun 2013 23:53:50 +0000 (16:53 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 14 Jun 2013 22:09:11 +0000 (15:09 -0700)
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>
net/openvswitch/vport.c

index 7f20f6d1be9480ed722143cca2f4d10197669ef5..176d449351eb24c7d0dbca9edbde711d510de087 100644 (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)
 {