diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-03-23 11:24:43 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-03-23 11:24:43 +0000 |
commit | 8778a2f727247ae8aac88b456b03c78fcded81e4 (patch) | |
tree | e4218a61088354e43d9c1c307afdd9c62e3aa678 /sys | |
parent | 28e7207601b84044310d717b084fb58ab2a84892 (diff) |
Speling.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/timeout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/timeout.h b/sys/sys/timeout.h index aaec586706b..d1981a40655 100644 --- a/sys/sys/timeout.h +++ b/sys/sys/timeout.h @@ -1,4 +1,4 @@ -/* $OpenBSD: timeout.h,v 1.2 2000/03/23 11:07:33 art Exp $ */ +/* $OpenBSD: timeout.h,v 1.3 2000/03/23 11:24:42 art Exp $ */ /* * Copyright (c) 2000 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -83,7 +83,7 @@ void timeout_del __P((struct timeout *)); * timeout_initialized(to) - is this timeout initialized? */ #define timeout_pending(to) ((to)->to_flags & TIMEOUT_ONQUEUE) -#define timeout_initalized(to) ((to)->to_flags & TIMEOUT_INITIALIZED) +#define timeout_initialized(to) ((to)->to_flags & TIMEOUT_INITIALIZED) /* * timeout_init - called by the machine dependent code to initialize a static |