mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
MFC r202585: fix a comment typo
This commit is contained in:
parent
a354a30d5e
commit
cd58d51b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue