diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-09 02:11:48 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-09 02:11:48 +0000 |
commit | 2439e8f755866486c809af0482589d2337018d37 (patch) | |
tree | 9aacf45e2c9a411d5e46c9464602099113ab6a51 /sys/netns/ns_error.h | |
parent | 27f4526e7f1e0379a00d49b3aadfa61e513ac2b2 (diff) |
fix the use of "cuz" in the tree; these are all in comments
noticed by aaron@, recommended by deraadt@
Diffstat (limited to 'sys/netns/ns_error.h')
-rw-r--r-- | sys/netns/ns_error.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netns/ns_error.h b/sys/netns/ns_error.h index da7d970f94b..909a005da54 100644 --- a/sys/netns/ns_error.h +++ b/sys/netns/ns_error.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ns_error.h,v 1.3 2001/09/20 17:02:32 mpech Exp $ */ +/* $OpenBSD: ns_error.h,v 1.4 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: ns_error.h,v 1.6 1995/03/26 20:36:20 jtc Exp $ */ /* @@ -74,8 +74,8 @@ struct ns_epidp { struct ns_errstat { /* statistics related to ns_err packets generated */ int ns_es_error; /* # of calls to ns_error */ - int ns_es_oldshort; /* no error 'cuz old ip too short */ - int ns_es_oldns_err; /* no error 'cuz old was ns_err */ + int ns_es_oldshort; /* no error because old ip too short */ + int ns_es_oldns_err; /* no error because old was ns_err */ int ns_es_outhist[NS_ERR_MAX]; /* statistics related to input messages processed */ int ns_es_badcode; /* ns_err_code out of range */ |