From 53543772cbe7493e0c0f3dd7cf542ae279099557 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Fri, 24 Mar 2000 21:02:14 +0000 Subject: [PATCH] Fix spelling, slingly -> singly. Submitted by: nrahlstr --- sys/sys/queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/queue.h b/sys/sys/queue.h index dbaaa00d6809..b34558a2b531 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