Date: Fri, 22 Jan 2010 09:30:10 +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-7@freebsd.org Subject: svn commit: r202788 - stable/7/lib/libstand Message-ID: <201001220930.o0M9UApw022815@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Fri Jan 22 09:30:09 2010 New Revision: 202788 URL: http://svn.freebsd.org/changeset/base/202788 Log: MFC r202585: fix a comment typo Modified: stable/7/lib/libstand/bzipfs.c Directory Properties: stable/7/lib/libstand/ (props changed) Modified: stable/7/lib/libstand/bzipfs.c ============================================================================== --- stable/7/lib/libstand/bzipfs.c Fri Jan 22 09:27:31 2010 (r202787) +++ stable/7/lib/libstand/bzipfs.c Fri Jan 22 09:30:09 2010 (r202788) @@ -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?201001220930.o0M9UApw022815>