diff options
| author | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-05 21:33:14 +0000 |
|---|---|---|
| committer | ewlumpkin <ewlumpkin@gmail.com> | 2021-10-05 21:42:57 +0000 |
| commit | 214d8a60e15dc1b086d3f6033f686246317739f1 (patch) | |
| tree | db070e001b544ede6a95886d972e4f45a977bad4 /lib/hook.h | |
| parent | f72b987de1d4897919902b96559c8fd4da58b366 (diff) | |
lib: fix spelling nits in more lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/hook.h')
| -rw-r--r-- | lib/hook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hook.h b/lib/hook.h index 3a0db6009b..d75e623edc 100644 --- a/lib/hook.h +++ b/lib/hook.h @@ -193,7 +193,7 @@ extern void _hook_unregister(struct hook *hook, void *funcptr, void *arg, * usage: DECLARE_HOOK(my_hook, (int arg1, struct foo *arg2), (arg1, arg2)); * as above, "passlist" must use the same order and same names as "arglist" * - * theoretically passlist is not neccessary, but let's keep things simple and + * theoretically passlist is not necessary, but let's keep things simple and * use exact same args on DECLARE and DEFINE. */ #define DECLARE_HOOK(hookname, arglist, passlist) \ |
