From: art Date: Thu, 23 Mar 2000 15:47:50 +0000 (+0000) Subject: Opps. Fix a comment from "should" to "should not". X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=146345f71907760f4e289cf6bf6f86af2a0cf400;p=openbsd Opps. Fix a comment from "should" to "should not". Thanks to mickey@ for pointing this out. --- diff --git a/sys/sys/timeout.h b/sys/sys/timeout.h index f95f95a49f9..39eb85d474c 100644 --- a/sys/sys/timeout.h +++ b/sys/sys/timeout.h @@ -1,4 +1,4 @@ -/* $OpenBSD: timeout.h,v 1.4 2000/03/23 14:59:23 art Exp $ */ +/* $OpenBSD: timeout.h,v 1.5 2000/03/23 15:47:50 art Exp $ */ /* * Copyright (c) 2000 Artur Grabowski * All rights reserved. @@ -35,7 +35,7 @@ /* * Interface for handling time driven events in the kernel. * - * The basic component of this API is the struct timeout. The user should + * The basic component of this API is the struct timeout. The user should not * touch the internals of this structure, but it's the users responsibility * to allocate and deallocate timeouts. *