svn commit: r245390 - head/lib/libutil

Mateusz Guzik mjg at FreeBSD.org
Sun Jan 13 22:08:18 UTC 2013


Author: mjg
Date: Sun Jan 13 22:08:18 2013
New Revision: 245390
URL: http://svnweb.freebsd.org/changeset/base/245390

Log:
  libutil: fix typo in comment for gr_fini.
  
  Submitted by:	Christoph Mallon <christoph.mallon gmx.de>

Modified:
  head/lib/libutil/gr_util.c

Modified: head/lib/libutil/gr_util.c
==============================================================================
--- head/lib/libutil/gr_util.c	Sun Jan 13 22:05:46 2013	(r245389)
+++ head/lib/libutil/gr_util.c	Sun Jan 13 22:08:18 2013	(r245390)
@@ -316,7 +316,7 @@ gr_mkdb(void)
 }
 
 /*
- * Clean up. Preserver errno for the caller's convenience.
+ * Clean up. Preserves errno for the caller's convenience.
  */
 void
 gr_fini(void)


More information about the svn-src-all mailing list