switchdev: documentation: fix grammer error
authorScott Feldman <sfeldma@gmail.com>
Thu, 4 Jun 2015 03:43:41 +0000 (20:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 06:47:23 +0000 (23:47 -0700)
Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/switchdev.txt

index 5061d6e12e2f818f1d55ca2e2e019ac857c3b459..0554b68e1fabe8fbaed59cd5339aa71d154ce7a9 100644 (file)
@@ -142,7 +142,7 @@ The port netdevs representing the physical switch ports can be organized into
 higher-level switching constructs.  The default construct is a standalone
 router port, used to offload L3 forwarding.  Two or more ports can be bonded
 together to form a LAG.  Two or more ports (or LAGs) can be bridged to bridge
-to L2 networks.  VLANs can be applied to sub-divide L2 networks.  L2-over-L3
+L2 networks.  VLANs can be applied to sub-divide L2 networks.  L2-over-L3
 tunnels can be built on ports.  These constructs are built using standard Linux
 tools such as the bridge driver, the bonding/team drivers, and netlink-based
 tools such as iproute2.