summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2000-03-23 15:47:50 +0000
committerart <art@openbsd.org>2000-03-23 15:47:50 +0000
commit146345f71907760f4e289cf6bf6f86af2a0cf400 (patch)
tree5b6894bb5109bfbf558fc550d18d6a0418c94167
parentChange prompt string from "Location:" to "Office Location:", to disambiguate (diff)
downloadwireguard-openbsd-146345f71907760f4e289cf6bf6f86af2a0cf400.tar.xz
wireguard-openbsd-146345f71907760f4e289cf6bf6f86af2a0cf400.zip
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.
*