--- liblzf/lzf_c.c 2011/03/27 23:53:23 1.45 +++ liblzf/lzf_c.c 2012/01/02 01:34:02 1.46 @@ -114,7 +114,7 @@ /* 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.