From a7c01fa037a0965364cfd1fe2d19c158aa2bafaf Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Feb 2010 21:31:17 +0000 Subject: spelling fixes by soren jacobsen --- lzfP.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lzfP.h') diff --git a/lzfP.h b/lzfP.h index d533f18..10d804e 100644 --- a/lzfP.h +++ b/lzfP.h @@ -93,7 +93,7 @@ /* * Avoid assigning values to errno variable? for some embedding purposes - * (linux kernel for example), this is neccessary. NOTE: this breaks + * (linux kernel for example), this is necessary. NOTE: this breaks * the documentation in lzf.h. */ #ifndef AVOID_ERRNO @@ -101,7 +101,7 @@ #endif /* - * Wether to pass the LZF_STATE variable as argument, or allocate it + * Whether to pass the LZF_STATE variable as argument, or allocate it * on the stack. For small-stack environments, define this to 1. * NOTE: this breaks the prototype in lzf.h. */ @@ -110,11 +110,11 @@ #endif /* - * Wether to add extra checks for input validity in lzf_decompress + * Whether to add extra checks for input validity in lzf_decompress * and return EINVAL if the input stream has been corrupted. This * only shields against overflowing the input buffer and will not * detect most corrupted streams. - * This check is not normally noticable on modern hardware + * This check is not normally noticeable on modern hardware * (<1% slowdown), but might slow down older cpus considerably. */ #ifndef CHECK_INPUT -- cgit v1.2.3