From 9e515b1d820e1524b9b8550eaed0f261ae30418b Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Mon, 18 Jan 2010 19:10:14 +0000 Subject: [PATCH] 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 46a151bc1cd8..1b2e9ebff13f 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). */