Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2012-01-02 05:34:02 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2012-01-02 05:34:02 +0400
commita209a07baccf519c24378e4221761f2e4481ec03 (patch)
tree26ce231192f18259340d657814fc49abbe77a1b0
parent4d692577f79d9d9321ec3212cbd3796ab9d26a14 (diff)
*** empty log message ***
-rw-r--r--lzf_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzf_c.c b/lzf_c.c
index 99d93cb..b8155bf 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -114,7 +114,7 @@ lzf_compress (const void *const in_data, unsigned int in_len,
/* off requires a type wide enough to hold a general pointer difference.
* ISO C doesn't have that (size_t might not be enough and ptrdiff_t only
- * works for differences within a single object). We also assume that no
+ * works for differences within a single object). We also assume that
* no bit pattern traps. Since the only platform that is both non-POSIX
* and fails to support both assumptions is windows 64 bit, we make a
* special workaround for it.