Fix typo.

This commit is contained in:
Joel Dahl 2010-08-03 18:29:58 +00:00
parent 799162a628
commit 56b8fbdbe3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210825

View File

@ -126,7 +126,7 @@ to read the entire file into memory at once and return the
entire file to libarchive as a single block;
other clients may begin asynchronous I/O operations for the
next block on each request.
.Ss Decompresssion Layer
.Ss Decompression Layer
The decompression layer not only handles decompression,
it also buffers data so that the format handlers see a
much nicer I/O model.