diff options
author | Holger Schurig <holgerschurig@gmail.com> | 2014-05-30 11:07:33 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2014-06-02 09:07:12 +0200 |
commit | bfd5d7f11298ddff7f8c0ce47840d847fa19064a (patch) | |
tree | e39c0ad03359e4928752b3e37a142f68d69abcb9 /lib | |
parent | bd278ae4fd26b6b36c3a985167d71957d0e40f17 (diff) | |
download | barebox-bfd5d7f11298ddff7f8c0ce47840d847fa19064a.tar.gz |
misc: upper-case some abbreviations
Signed-off-by: Holger Schurig <holgerschurig@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/decompress_bunzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decompress_bunzip2.c b/lib/decompress_bunzip2.c index 4b6edd16a8..0ca2dcd400 100644 --- a/lib/decompress_bunzip2.c +++ b/lib/decompress_bunzip2.c @@ -15,7 +15,7 @@ More efficient reading of Huffman codes, a streamlined read_bunzip() function, and various other tweaks. In (limited) tests, approximately - 20% faster than bzcat on x86 and about 10% faster on arm. + 20% faster than bzcat on x86 and about 10% faster on ARM. Note that about 2/3 of the time is spent in read_unzip() reversing the Burrows-Wheeler transformation. Much of that time is delay |