summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-03-23 15:47:51 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-03-23 15:47:51 +0000
commiteff301b275cbbb52f8cf06f0c68dab24c0485605 (patch)
tree7190047895a41752a2d2a00df941ec7d60d789a3
parent5645656345aca756215db576d34a0339278e8d99 (diff)
Opps. Fix a comment from "should" to "should not".
Thanks to mickey@ for pointing this out.
-rw-r--r--sys/sys/timeout.h4
1 files changed, 2 insertions, 2 deletions
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 <art@openbsd.org>
* 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.
*