MFC r202585: fix a comment typo

This commit is contained in:
Andriy Gapon 2010-01-22 09:27:31 +00:00
parent a354a30d5e
commit cd58d51b0f

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