summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/lzf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/hastd/lzf.h')
-rw-r--r--sbin/hastd/lzf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/hastd/lzf.h b/sbin/hastd/lzf.h
index 92fdd0f..d9563ef 100644
--- a/sbin/hastd/lzf.h
+++ b/sbin/hastd/lzf.h
@@ -146,7 +146,7 @@ lzf_decompress (const void *const in_data, unsigned int in_len,
/*
* 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
@@ -167,7 +167,7 @@ lzf_decompress (const void *const in_data, unsigned int in_len,
* 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
OpenPOWER on IntegriCloud