summaryrefslogtreecommitdiff
path: root/lib/ferr.h
diff options
context:
space:
mode:
authorewlumpkin <ewlumpkin@gmail.com>2021-10-05 21:33:14 +0000
committerewlumpkin <ewlumpkin@gmail.com>2021-10-05 21:42:57 +0000
commit214d8a60e15dc1b086d3f6033f686246317739f1 (patch)
treedb070e001b544ede6a95886d972e4f45a977bad4 /lib/ferr.h
parentf72b987de1d4897919902b96559c8fd4da58b366 (diff)
lib: fix spelling nits in more lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/ferr.h')
-rw-r--r--lib/ferr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ferr.h b/lib/ferr.h
index 4e95431cea..c27601f66c 100644
--- a/lib/ferr.h
+++ b/lib/ferr.h
@@ -34,7 +34,7 @@ extern "C" {
/* return type when this error indication stuff is used.
*
* guaranteed to have boolean evaluation to "false" when OK, "true" when error
- * (i.e. can be changed to pointer in the future if neccessary)
+ * (i.e. can be changed to pointer in the future if necessary)
*
* For checking, always use "if (value)", nothing else.
* Do _NOT_ use any integer constant (!= 0), or sign check (< 0).