libutil: fix typo in comment for gr_fini.

Submitted by:	Christoph Mallon <christoph.mallon gmx.de>
This commit is contained in:
Mateusz Guzik 2013-01-13 22:08:18 +00:00
parent f101fd7fdc
commit 08ecf0cc41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245390

View file

@ -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)