svn commit: r202787 - stable/8/lib/libstand
Andriy Gapon
avg at FreeBSD.org
Fri Jan 22 09:27:32 UTC 2010
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).
*/
More information about the svn-src-stable
mailing list