summaryrefslogtreecommitdiffstats
path: root/lib/libstand/bzipfs.c
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2010-01-18 19:10:14 +0000
committeravg <avg@FreeBSD.org>2010-01-18 19:10:14 +0000
commit5b6d6899b1f7bf4d8cdde37ec04ba76a0e4d1a83 (patch)
treed4dced1539820936e2969afafc63ba370592cd7c /lib/libstand/bzipfs.c
parent4c036705bb86a68cea72910ba4ce20d2c2c5aa50 (diff)
downloadFreeBSD-src-5b6d6899b1f7bf4d8cdde37ec04ba76a0e4d1a83.zip
FreeBSD-src-5b6d6899b1f7bf4d8cdde37ec04ba76a0e4d1a83.tar.gz
fix a comment typo
MFC after: 3 days
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 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).
*/
OpenPOWER on IntegriCloud