diff options
author | 2002-06-09 02:11:47 +0000 | |
---|---|---|
committer | 2002-06-09 02:11:47 +0000 | |
commit | 973a9374be424ddbbbc47f97621f13ebb7b5cda4 (patch) | |
tree | f4bc8e53105a1dbdc5fa454fcef3418b171f8a1a /sys/netinet/icmp_var.h | |
parent | <deraadt> i admit you are better than i am... (diff) | |
download | wireguard-openbsd-973a9374be424ddbbbc47f97621f13ebb7b5cda4.tar.xz wireguard-openbsd-973a9374be424ddbbbc47f97621f13ebb7b5cda4.zip |
fix the use of "cuz" in the tree; these are all in comments
noticed by aaron@, recommended by deraadt@
Diffstat (limited to 'sys/netinet/icmp_var.h')
-rw-r--r-- | sys/netinet/icmp_var.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h index dbd54102422..dcc9233d40b 100644 --- a/sys/netinet/icmp_var.h +++ b/sys/netinet/icmp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp_var.h,v 1.8 2002/05/24 21:53:08 deraadt Exp $ */ +/* $OpenBSD: icmp_var.h,v 1.9 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: icmp_var.h,v 1.8 1995/03/26 20:32:19 jtc Exp $ */ /* @@ -46,8 +46,8 @@ struct icmpstat { /* statistics related to icmp packets generated */ u_long icps_error; /* # of calls to icmp_error */ - u_long icps_oldshort; /* no error 'cuz old ip too short */ - u_long icps_oldicmp; /* no error 'cuz old was icmp */ + u_long icps_oldshort; /* no error because old ip too short */ + u_long icps_oldicmp; /* no error because old was icmp */ u_long icps_outhist[ICMP_MAXTYPE + 1]; /* statistics related to input messages processed */ u_long icps_badcode; /* icmp_code out of range */ |