summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2000-03-23 16:52:26 +0000
committerart <art@openbsd.org>2000-03-23 16:52:26 +0000
commitba35ace6313ff19530e3121dfca47c9dca2f69c0 (patch)
tree40a2e8e78008d17c44749a41702e828b10c0bae6
parentNew timeout code. (diff)
downloadwireguard-openbsd-ba35ace6313ff19530e3121dfca47c9dca2f69c0.tar.xz
wireguard-openbsd-ba35ace6313ff19530e3121dfca47c9dca2f69c0.zip
Another typo. Noted by aaron.
-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 39eb85d474c..3191d43a328 100644
--- a/sys/sys/timeout.h
+++ b/sys/sys/timeout.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: timeout.h,v 1.5 2000/03/23 15:47:50 art Exp $ */
+/* $OpenBSD: timeout.h,v 1.6 2000/03/23 16:52:26 art Exp $ */
/*
* Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -39,7 +39,7 @@
* touch the internals of this structure, but it's the users responsibility
* to allocate and deallocate timeouts.
*
- * Ther functions used to manipulate timeouts are:
+ * The functions used to manipulate timeouts are:
* - timeout_set(timeout, function, argument)
* Initializes a timeout struct to call the function with the argument.
* A timeout only needs to be initialized once.