diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-07-05 08:41:00 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-07-05 08:41:00 +0000 |
commit | bb296cd3fec3e4086fdbb49949d517554ec6792e (patch) | |
tree | 18f7a47bc39c8709176820c7f9ecf0a928d12115 /sys/netinet/ip_ipcomp.h | |
parent | d29dd8a8ea698db0340ef53003323b7ba58ef630 (diff) |
Typo.
Diffstat (limited to 'sys/netinet/ip_ipcomp.h')
-rw-r--r-- | sys/netinet/ip_ipcomp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipcomp.h b/sys/netinet/ip_ipcomp.h index ffc665ec671..4379b2a073c 100644 --- a/sys/netinet/ip_ipcomp.h +++ b/sys/netinet/ip_ipcomp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipcomp.h,v 1.1 2001/07/05 08:31:48 jjbg Exp $ */ +/* $OpenBSD: ip_ipcomp.h,v 1.2 2001/07/05 08:40:59 angelos Exp $ */ /* * Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org) @@ -41,7 +41,7 @@ struct ipcompstat { u_int32_t ipcomps_noxform; u_int32_t ipcomps_wrap; u_int32_t ipcomps_input; /* Input IPcomp packets */ - u_int32_t ipcomps_output; /* Ouptut IPcomp packets */ + u_int32_t ipcomps_output; /* Output IPcomp packets */ u_int32_t ipcomps_invalid; /* Trying to use an invalid * TDB */ u_int32_t ipcomps_ibytes; /* Input bytes */ |