summaryrefslogtreecommitdiffstats
path: root/sys/sys/queue.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-07-15 22:11:48 +0000
committerderaadt <deraadt@openbsd.org>1998-07-15 22:11:48 +0000
commit8d5aaab83e6e8670615468b1620d5edbbd336b4a (patch)
tree6ba363ef7031890faf9821948225704819625df7 /sys/sys/queue.h
parentfullduplex, and UINT (diff)
downloadwireguard-openbsd-8d5aaab83e6e8670615468b1620d5edbbd336b4a.tar.xz
wireguard-openbsd-8d5aaab83e6e8670615468b1620d5edbbd336b4a.zip
spelling
Diffstat (limited to 'sys/sys/queue.h')
-rw-r--r--sys/sys/queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h
index 563297ac574..b1a477f825a 100644
--- a/sys/sys/queue.h
+++ b/sys/sys/queue.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: queue.h,v 1.9 1998/06/02 06:15:45 deraadt Exp $ */
+/* $OpenBSD: queue.h,v 1.10 1998/07/15 22:11:48 deraadt Exp $ */
/* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */
/*
@@ -55,7 +55,7 @@
* linked to save space, so only elements can only be removed from the
* head of the list. New elements can be added to the list before or after
* an existing element, at the head of the list, or at the end of the
- * list. A simple queue may only be traversed in the forward direection.
+ * list. A simple queue may only be traversed in the forward direction.
*
* A tail queue is headed by a pair of pointers, one to the head of the
* list and the other to the tail of the list. The elements are doubly