mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +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,
|
* 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
|
* A singly-linked list is headed by a single forward pointer. The elements
|
||||||
* are singly linked for minimum space and pointer manipulation overhead at
|
* are singly linked for minimum space and pointer manipulation overhead at
|
||||||
|
Loading…
Reference in New Issue
Block a user