Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2011 18:13:46 +0000 (UTC)
From:      "Ralf S. Engelschall" <rse@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225346 - head/share/man/man3
Message-ID:  <201109021813.p82IDkEa010551@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rse
Date: Fri Sep  2 18:13:46 2011
New Revision: 225346
URL: http://svn.freebsd.org/changeset/base/225346

Log:
  Fix a little typo and get rid of a cryptic description by aligning the
  text to the remaining description.
  
  Approved by: re

Modified:
  head/share/man/man3/queue.3

Modified: head/share/man/man3/queue.3
==============================================================================
--- head/share/man/man3/queue.3	Fri Sep  2 18:04:26 2011	(r225345)
+++ head/share/man/man3/queue.3	Fri Sep  2 18:13:46 2011	(r225346)
@@ -193,7 +193,7 @@ O(1) removal of an entry from the head o
 .It
 Forward traversal through the list.
 .It
-Swawpping the contents of two lists.
+Swapping the contents of two lists.
 .El
 .Pp
 Singly-linked lists are the simplest of the four data structures
@@ -227,7 +227,7 @@ Code size is about 15% greater and opera
 than singly-linked lists.
 .El
 .Pp
-Singly-linked tailqs are ideal for applications with large datasets and
+Singly-linked tail queues are ideal for applications with large datasets and
 few or no removals,
 or for implementing a FIFO queue.
 .Pp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109021813.p82IDkEa010551>