diff options
author | 2005-11-09 14:14:06 +0000 | |
---|---|---|
committer | 2005-11-09 14:14:06 +0000 | |
commit | 1acd113a87bc839a2e910bf037f86ec2a6e7da41 (patch) | |
tree | 33fae91c5f54be7bd6a844e1527191913edd82fb /sys/compat/netbsd/netbsd_stat.h | |
parent | document `-xsuffixes' and `-ztz'; (diff) | |
download | wireguard-openbsd-1acd113a87bc839a2e910bf037f86ec2a6e7da41.tar.xz wireguard-openbsd-1acd113a87bc839a2e910bf037f86ec2a6e7da41.zip |
whever -> whenever in comments
ok jmc@
Diffstat (limited to 'sys/compat/netbsd/netbsd_stat.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_stat.h | 4 |
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; |