svn commit: r202780 - head/lib/libc/gen

Ed Schouten ed at FreeBSD.org
Fri Jan 22 05:19:52 UTC 2010


Author: ed
Date: Fri Jan 22 05:19:51 2010
New Revision: 202780
URL: http://svn.freebsd.org/changeset/base/202780

Log:
  English nitpicking.
  
  Submitted by:	jmallett

Modified:
  head/lib/libc/gen/getutxent.3

Modified: head/lib/libc/gen/getutxent.3
==============================================================================
--- head/lib/libc/gen/getutxent.3	Fri Jan 22 05:09:10 2010	(r202779)
+++ head/lib/libc/gen/getutxent.3	Fri Jan 22 05:19:51 2010	(r202780)
@@ -437,7 +437,7 @@ entries and no entry with the same value
 .Fa ut_id
 has been found.
 The standard always requires a new entry to be allocated, which could
-cause an unbounded growth to the database.
+cause an unbounded growth of the database.
 .Pp
 The
 .Fn getutxuser


More information about the svn-src-all mailing list