]> git.ipfire.org Git - people/ms/linux.git/blobdiff - Documentation/networking/switchdev.rst
Documentation: networking: correct possessive "its"
[people/ms/linux.git] / Documentation / networking / switchdev.rst
index f1f4e6a85a2973b11eb1aaab5d54c28bf5366acc..bbf272e9d607b8e3b362d219e884d90033ee95cd 100644 (file)
@@ -159,7 +159,7 @@ tools such as iproute2.
 
 The switchdev driver can know a particular port's position in the topology by
 monitoring NETDEV_CHANGEUPPER notifications.  For example, a port moved into a
-bond will see it's upper master change.  If that bond is moved into a bridge,
+bond will see its upper master change.  If that bond is moved into a bridge,
 the bond's upper master will change.  And so on.  The driver will track such
 movements to know what position a port is in in the overall topology by
 registering for netdevice events and acting on NETDEV_CHANGEUPPER.