mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
Fix spelling, slingly -> singly.
Submitted by: nrahlstr
This commit is contained in:
parent
a68c41beea
commit
53543772cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58534
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user