summaryrefslogtreecommitdiffstats
path: root/sys/sys/queue.h
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-03-24 21:02:14 +0000
committerasmodai <asmodai@FreeBSD.org>2000-03-24 21:02:14 +0000
commitefc73ae8d083dbe66442d5d8f77a96e1b594dd56 (patch)
tree433664826b10f7f6253d711121b65e4cd68b7ec8 /sys/sys/queue.h
parent5d7f379e3388fb3e6a17bdd8a4d8607621b16f5e (diff)
downloadFreeBSD-src-efc73ae8d083dbe66442d5d8f77a96e1b594dd56.zip
FreeBSD-src-efc73ae8d083dbe66442d5d8f77a96e1b594dd56.tar.gz
Fix spelling, slingly -> singly.
Submitted by: nrahlstr
Diffstat (limited to 'sys/sys/queue.h')
-rw-r--r--sys/sys/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h
index dbaaa00..b34558a 100644
--- a/sys/sys/queue.h
+++ b/sys/sys/queue.h
@@ -39,7 +39,7 @@
/*
* This file defines five types of data structures: singly-linked lists,
- * slingly-linked tail queues, lists, tail queues, and circular queues.
+ * singly-linked tail queues, lists, tail queues, and circular queues.
*
* A singly-linked list is headed by a single forward pointer. The elements
* are singly linked for minimum space and pointer manipulation overhead at
OpenPOWER on IntegriCloud