ip_gre: Fix a common typo in source code comments
- s/addres/address/ MFC after: 3 days
This commit is contained in:
parent
73e994a998
commit
fa7de6dcb9
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user