diff options
author | 1998-11-25 11:47:17 +0000 | |
---|---|---|
committer | 1998-11-25 11:47:17 +0000 | |
commit | a653a8c705fb42862d3ead8475c860c56dfa75f6 (patch) | |
tree | f33bb274e50ae269ecc07362fe468fcff4c333e3 | |
parent | Mpeg audio identification from ckane@best.com (diff) | |
download | wireguard-openbsd-a653a8c705fb42862d3ead8475c860c56dfa75f6.tar.xz wireguard-openbsd-a653a8c705fb42862d3ead8475c860c56dfa75f6.zip |
typo in comment
-rw-r--r-- | sys/netinet/ip_ipsp.h | 4 |
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 */ |