summaryrefslogtreecommitdiff
path: root/lib/libz
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2007-11-26 09:28:35 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2007-11-26 09:28:35 +0000
commit04b4ef9c75ed734905ee1bdf681657395bf1dd08 (patch)
tree7afd3082a841d290022885a5e94f2226628afa31 /lib/libz
parentc8bcb9eaf1366f287c7c29562467558769a87f3c (diff)
typos; ok jmc@
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@
Diffstat (limited to 'lib/libz')
-rw-r--r--lib/libz/deflate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/deflate.h b/lib/libz/deflate.h
index 8763c406e4c..8d2a8781547 100644
--- a/lib/libz/deflate.h
+++ b/lib/libz/deflate.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: deflate.h,v 1.7 2005/07/20 15:56:41 millert Exp $ */
+/* $OpenBSD: deflate.h,v 1.8 2007/11/26 09:28:33 martynas Exp $ */
/* deflate.h -- internal compression state
* Copyright (C) 1995-2004 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -188,7 +188,7 @@ typedef struct internal_state {
int nice_match; /* Stop searching when current match exceeds this */
/* used by trees.c: */
- /* Didn't use ct_data typedef below to supress compiler warning */
+ /* Didn't use ct_data typedef below to suppress compiler warning */
struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */