mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue