aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compress
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2010-10-16 15:24:04 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2010-10-16 15:24:04 +0000
commitc4fadc2b7845fd39b1660e68a48c5c8239759ca1 (patch)
treee591cc7573cdbafedf1f20169adc039c918bf79c /usr.bin/compress
parentf1ec058177ff9ddddabcad6f8470b4b0bf4afd63 (diff)
downloadsrc-c4fadc2b7845fd39b1660e68a48c5c8239759ca1.tar.gz
src-c4fadc2b7845fd39b1660e68a48c5c8239759ca1.zip
Correct some typos in comments, no functional changes.
Notes
Notes: svn path=/head/; revision=213927
Diffstat (limited to 'usr.bin/compress')
-rw-r--r--usr.bin/compress/zopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c
index f0ec8871cd81..7a20512cd4a1 100644
--- a/usr.bin/compress/zopen.c
+++ b/usr.bin/compress/zopen.c
@@ -131,7 +131,7 @@ struct s_zstate {
code_int zs_ent;
code_int zs_hsize_reg;
int zs_hshift;
- } w; /* Write paramenters */
+ } w; /* Write parameters */
struct {
char_type *zs_stackp;
int zs_finchar;