Date: Mon, 18 Jan 2010 19:10:15 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r202585 - head/lib/libstand Message-ID: <201001181910.o0IJAF1I052129@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Mon Jan 18 19:10:14 2010 New Revision: 202585 URL: http://svn.freebsd.org/changeset/base/202585 Log: fix a comment typo MFC after: 3 days Modified: head/lib/libstand/bzipfs.c Modified: head/lib/libstand/bzipfs.c ============================================================================== --- head/lib/libstand/bzipfs.c Mon Jan 18 19:09:16 2010 (r202584) +++ head/lib/libstand/bzipfs.c Mon Jan 18 19:10:14 2010 (r202585) @@ -279,7 +279,7 @@ bzf_rewind(struct open_file *f) /* * Since bzip2 does not have an equivalent inflateReset function a crude * one needs to be provided. The functions all called in such a way that - * at any time an error occurs a role back can be done (effectively making + * at any time an error occurs a roll back can be done (effectively making * this rewind 'atomic', either the reset occurs successfully or not at all, * with no 'undefined' state happening). */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001181910.o0IJAF1I052129>