Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2009 07:23:49 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org
Subject:   svn commit: r199573 - stable/6/share/man/man3
Message-ID:  <200911200723.nAK7NnwQ033017@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Fri Nov 20 07:23:49 2009
New Revision: 199573
URL: http://svn.freebsd.org/changeset/base/199573

Log:
  MFC: r199349
  
  Fix typo.

Modified:
  stable/6/share/man/man3/queue.3
Directory Properties:
  stable/6/share/man/man3/   (props changed)

Modified: stable/6/share/man/man3/queue.3
==============================================================================
--- stable/6/share/man/man3/queue.3	Fri Nov 20 07:19:46 2009	(r199572)
+++ stable/6/share/man/man3/queue.3	Fri Nov 20 07:23:49 2009	(r199573)
@@ -223,7 +223,7 @@ O(1) removal of any entry in the list.
 However:
 .Bl -enum -compact -offset indent
 .It
-Each elements requires two pointers rather than one.
+Each element requires two pointers rather than one.
 .It
 Code size and execution time of operations (except for removal) is about
 twice that of the singly-linked data-structures.



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