aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/bzipfs.c
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2010-01-18 19:10:14 +0000
committerAndriy Gapon <avg@FreeBSD.org>2010-01-18 19:10:14 +0000
commit9e515b1d820e1524b9b8550eaed0f261ae30418b (patch)
treed4dced1539820936e2969afafc63ba370592cd7c /lib/libstand/bzipfs.c
parent2ab38c399ec0da8f8c7133927b095a2d2766badc (diff)
downloadsrc-9e515b1d820e1524b9b8550eaed0f261ae30418b.tar.gz
src-9e515b1d820e1524b9b8550eaed0f261ae30418b.zip
fix a comment typo
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=202585
Diffstat (limited to 'lib/libstand/bzipfs.c')
-rw-r--r--lib/libstand/bzipfs.c2
1 files changed, 1 insertions, 1 deletions
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).
*/