summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-09-13 22:33:52 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-09-13 22:33:52 +0000
commite89da51340f13dff7e315c4bdb370ba37adfbb04 (patch)
tree486f3c41cf71b2f1d8ba4964290b60d418e23e10 /sys
parent3c5016195138bb753ccbadeca9fd2a525836da25 (diff)
enc0 not encap0
Diffstat (limited to 'sys')
-rw-r--r--sys/net/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index d9ab2e1ed8f..6602c31f2fa 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.14 1999/07/05 20:17:05 deraadt Exp $ */
+/* $OpenBSD: route.c,v 1.15 1999/09/13 22:33:51 niklas Exp $ */
/* $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $ */
/*
@@ -390,7 +390,7 @@ ifa_ifwithroute(flags, dst, gateway)
* If the destination is a PF_KEY address, we'll look
* for the existence of a encap interface number or address
* in the options list of the gateway. By default, we'll return
- * encap0.
+ * enc0.
*/
if (dst && (dst->sa_family == PF_KEY))
return encap_findgwifa(gateway);