diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-03-24 21:11:28 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-03-24 21:11:28 +0000 |
| commit | a22312ac9e56fd375a25704ee1e45fff90caffba (patch) | |
| tree | 6800afd35a87306af77cff964f6de05a3fb4f20b /sys | |
| parent | f9480af1806cb76d4aca441474b0f939d683b4d7 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h index be4c8b7e7b54..9d5837712179 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 |
