diff options
author | 2004-09-15 17:48:52 +0000 | |
---|---|---|
committer | 2004-09-15 17:48:52 +0000 | |
commit | 997369fc583ae4d04d2626708c37ac9916f4fe32 (patch) | |
tree | 37b562d424d477cb0e081fa33706bd9f4c5d0733 | |
parent | Tweak in comment. (diff) | |
download | wireguard-openbsd-997369fc583ae4d04d2626708c37ac9916f4fe32.tar.xz wireguard-openbsd-997369fc583ae4d04d2626708c37ac9916f4fe32.zip |
Typo in #endif comment.
-rw-r--r-- | sys/kern/kern_clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index bed2f2d006e..c7873d167cf 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_clock.c,v 1.50 2004/08/05 13:45:30 art Exp $ */ +/* $OpenBSD: kern_clock.c,v 1.51 2004/09/15 17:48:52 grange Exp $ */ /* $NetBSD: kern_clock.c,v 1.34 1996/06/09 04:51:03 briggs Exp $ */ /*- @@ -666,4 +666,4 @@ getmicrouptime(struct timeval *tvp) *tvp = mono_time; splx(s); } -#endif /* __HAVE_TIMECOUNTERS */ +#endif /* __HAVE_TIMECOUNTER */ |