Fix spelling, slingly -> singly.

Submitted by:	nrahlstr
This commit is contained in:
Jeroen Ruigrok van der Werven 2000-03-24 21:02:14 +00:00
parent a68c41beea
commit 53543772cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58534

View File

@ -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