Date: Fri, 22 Jan 2010 09:27:31 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r202787 - stable/8/lib/libstand Message-ID: <201001220927.o0M9RV7c022017@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Fri Jan 22 09:27:31 2010 New Revision: 202787 URL: http://svn.freebsd.org/changeset/base/202787 Log: MFC r202585: fix a comment typo Modified: stable/8/lib/libstand/bzipfs.c Directory Properties: stable/8/lib/libstand/ (props changed) Modified: stable/8/lib/libstand/bzipfs.c ============================================================================== --- stable/8/lib/libstand/bzipfs.c Fri Jan 22 09:23:34 2010 (r202786) +++ stable/8/lib/libstand/bzipfs.c Fri Jan 22 09:27:31 2010 (r202787) @@ -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?201001220927.o0M9RV7c022017>