summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/hook.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/hook.c')
-rw-r--r--usr/src/uts/common/io/hook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/hook.c b/usr/src/uts/common/io/hook.c
index cf075f27c9..6726f72147 100644
--- a/usr/src/uts/common/io/hook.c
+++ b/usr/src/uts/common/io/hook.c
@@ -754,7 +754,7 @@ hook_stack_notify_unregister(netstackid_t stackid, hook_notify_fn_t callback)
}
} else {
/*
- * hook_notify_register() should only fail if the callback has
+ * hook_notify_unregister() should only fail if the callback has
* already been deleted (ESRCH).
*/
VERIFY3S(error, ==, ESRCH);