aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_gre.c2
-rw-r--r--sys/netinet6/ip6_gre.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c
index 93261a094a36..12c13cbce2e7 100644
--- a/sys/netinet/ip_gre.c
+++ b/sys/netinet/ip_gre.c
@@ -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.
*/
diff --git a/sys/netinet6/ip6_gre.c b/sys/netinet6/ip6_gre.c
index 9057a95e109b..2bae6d754a03 100644
--- a/sys/netinet6/ip6_gre.c
+++ b/sys/netinet6/ip6_gre.c
@@ -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.
*/