From: art Date: Thu, 23 Mar 2000 11:24:42 +0000 (+0000) Subject: Speling. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c2113a01884fb355e01e00c8704165fbe18064de;p=openbsd Speling. --- 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 * 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