summaryrefslogtreecommitdiff
path: root/lib/zlib/contrib/puff
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 16:51:01 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:35 +0100
commite4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90 (patch)
treef64590022ea4b6a1031a1002ab566b583508be9f /lib/zlib/contrib/puff
parent198b17abf0c8d1d07f4e22a757acd60d4a570af4 (diff)
downloadsamba-e4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90.tar.gz
samba-e4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90.tar.bz2
samba-e4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90.zip
Spelling fixes in lib/zlib.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'lib/zlib/contrib/puff')
-rw-r--r--lib/zlib/contrib/puff/puff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zlib/contrib/puff/puff.c b/lib/zlib/contrib/puff/puff.c
index ce0cc405e3..1fbcc18f29 100644
--- a/lib/zlib/contrib/puff/puff.c
+++ b/lib/zlib/contrib/puff/puff.c
@@ -585,7 +585,7 @@ local int fixed(struct state *s)
* are themselves compressed using Huffman codes and run-length encoding. In
* the list of code lengths, a 0 symbol means no code, a 1..15 symbol means
* that length, and the symbols 16, 17, and 18 are run-length instructions.
- * Each of 16, 17, and 18 are follwed by extra bits to define the length of
+ * Each of 16, 17, and 18 are followed by extra bits to define the length of
* the run. 16 copies the last length 3 to 6 times. 17 represents 3 to 10
* zero lengths, and 18 represents 11 to 138 zero lengths. Unused symbols
* are common, hence the special coding for zero lengths.