From 5b6d6899b1f7bf4d8cdde37ec04ba76a0e4d1a83 Mon Sep 17 00:00:00 2001 From: avg Date: Mon, 18 Jan 2010 19:10:14 +0000 Subject: fix a comment typo MFC after: 3 days --- lib/libstand/bzipfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libstand/bzipfs.c b/lib/libstand/bzipfs.c index 46a151b..1b2e9eb 100644 --- a/lib/libstand/bzipfs.c +++ b/lib/libstand/bzipfs.c @@ -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). */ -- cgit v1.1