summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-11-09 14:14:07 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-11-09 14:14:07 +0000
commitbbb97eb87b886c3982903695d9457e1535e83d4a (patch)
treeac4a88690e16b69223114da87cc9264d1f4859bd
parent4dcba76aae0fe44bb1adf93b77bf951332997186 (diff)
whever -> whenever in comments
ok jmc@
-rw-r--r--sys/compat/netbsd/netbsd_stat.h4
-rw-r--r--usr.sbin/mrouted/defs.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/netbsd/netbsd_stat.h b/sys/compat/netbsd/netbsd_stat.h
index 85b8710a786..a21f66a15de 100644
--- a/sys/compat/netbsd/netbsd_stat.h
+++ b/sys/compat/netbsd/netbsd_stat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netbsd_stat.h,v 1.5 2004/07/13 21:04:29 millert Exp $ */
+/* $OpenBSD: netbsd_stat.h,v 1.6 2005/11/09 14:14:06 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -42,7 +42,7 @@
* stat structure used to contain timespecs, which had different
* alignment constraints than a time_t and a long alone. The padding
* should be removed the next time the stat structure ABI is changed.
- * (This will happen whever we change to 8 byte time_t.)
+ * (This will happen whenever we change to 8 byte time_t.)
*/
#if defined(__alpha__) /* XXX XXX XXX */
#define __STATPAD(x) int x;
diff --git a/usr.sbin/mrouted/defs.h b/usr.sbin/mrouted/defs.h
index 053b9b7f72b..af73fcd39de 100644
--- a/usr.sbin/mrouted/defs.h
+++ b/usr.sbin/mrouted/defs.h
@@ -65,7 +65,7 @@ typedef void (*ihfunc_t)(int, fd_set *);
#define PROTOCOL_VERSION 3 /* increment when packet format/content changes */
#define MROUTED_VERSION 8 /* increment on local changes or bug fixes, */
- /* reset to 0 whever PROTOCOL_VERSION increments */
+ /* reset to 0 whenever PROTOCOL_VERSION increments */
#define MROUTED_LEVEL ((MROUTED_VERSION << 8) | PROTOCOL_VERSION | \
((NF_PRUNE | NF_GENID | NF_MTRACE) << 16) | \