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). */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"