ip_gre: Fix a common typo in source code comments

- s/addres/address/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-19 14:13:02 +01:00
parent 73e994a998
commit fa7de6dcb9
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ in_gre_setup_socket(struct gre_softc *sc)
* NOTE: we are protected with gre_ioctl_sx lock.
*
* First check that socket is already configured.
* If so, check that source addres was not changed.
* If so, check that source address was not changed.
* If address is different, check that there are no other tunnels
* and close socket.
*/

View File

@ -254,7 +254,7 @@ in6_gre_setup_socket(struct gre_softc *sc)
* NOTE: we are protected with gre_ioctl_sx lock.
*
* First check that socket is already configured.
* If so, check that source addres was not changed.
* If so, check that source address was not changed.
* If address is different, check that there are no other tunnels
* and close socket.
*/