From owner-svn-src-all@FreeBSD.ORG Tue Aug 3 18:29:58 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B8E106566B; Tue, 3 Aug 2010 18:29:58 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B2B3E8FC0C; Tue, 3 Aug 2010 18:29:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o73ITwQY025895; Tue, 3 Aug 2010 18:29:58 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o73ITwXB025894; Tue, 3 Aug 2010 18:29:58 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201008031829.o73ITwXB025894@svn.freebsd.org> From: Joel Dahl Date: Tue, 3 Aug 2010 18:29:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210825 - head/lib/libarchive X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 18:29:58 -0000 Author: joel (doc committer) Date: Tue Aug 3 18:29:58 2010 New Revision: 210825 URL: http://svn.freebsd.org/changeset/base/210825 Log: Fix typo. Modified: head/lib/libarchive/libarchive_internals.3 Modified: head/lib/libarchive/libarchive_internals.3 ============================================================================== --- head/lib/libarchive/libarchive_internals.3 Tue Aug 3 17:47:27 2010 (r210824) +++ head/lib/libarchive/libarchive_internals.3 Tue Aug 3 18:29:58 2010 (r210825) @@ -126,7 +126,7 @@ to read the entire file into memory at o 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.