fix a comment typo

MFC after:	3 days
This commit is contained in:
Andriy Gapon 2010-01-18 19:10:14 +00:00
parent 2ab38c399e
commit 9e515b1d82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202585

View File

@ -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).
*/