summaryrefslogtreecommitdiff
path: root/sys/compat
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 /sys/compat
parent4dcba76aae0fe44bb1adf93b77bf951332997186 (diff)
whever -> whenever in comments
ok jmc@
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/netbsd/netbsd_stat.h4
1 files changed, 2 insertions, 2 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;