summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-11-25 11:47:18 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-11-25 11:47:18 +0000
commitf065a894a5d1333f00e22a09907e6127dfff7a22 (patch)
tree4fd83a0ab30cbe3a4285b9a492ebbb6aabe3688b /sys/netinet/ip_ipsp.h
parent0c0be5915bf26f87d883d873cb9a8b716a946ec5 (diff)
typo in comment
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r--sys/netinet/ip_ipsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index 9d8e4e05722..935a6472736 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.19 1998/05/18 21:10:59 provos Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.20 1998/11/25 11:47:17 niklas Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -100,7 +100,7 @@ struct tdb /* tunnel descriptor block */
* used when tunneling */
struct in_addr tdb_osrc;
struct in_addr tdb_odst; /* Source and destination addresses
- * of outter IP header if we're doing
+ * of outer IP header if we're doing
* tunneling */
caddr_t tdb_xdata; /* transformation data (opaque) */
struct flow *tdb_flow; /* Which flows use this SA */