openvswitch: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Mon, 22 Mar 2021 02:17:08 +0000 (07:47 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Mar 2021 19:59:46 +0000 (12:59 -0700)
s/subsytem/subsystem/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport.h

index 1eb7495..8a930ca 100644 (file)
@@ -20,7 +20,7 @@
 struct vport;
 struct vport_parms;
 
-/* The following definitions are for users of the vport subsytem: */
+/* The following definitions are for users of the vport subsystem: */
 
 int ovs_vport_init(void);
 void ovs_vport_exit(void);