diff options
Diffstat (limited to 'include/os/freebsd/spl/sys/callb.h')
-rw-r--r-- | include/os/freebsd/spl/sys/callb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/os/freebsd/spl/sys/callb.h b/include/os/freebsd/spl/sys/callb.h index ed9ed8cd8..cc67b0263 100644 --- a/include/os/freebsd/spl/sys/callb.h +++ b/include/os/freebsd/spl/sys/callb.h @@ -116,7 +116,7 @@ typedef struct callb_cpr { * * cp - ptr to the callb_cpr_t structure for this kernel thread * - * lockp - pointer to mutex protecting the callb_cpr_t stuct + * lockp - pointer to mutex protecting the callb_cpr_t struct * * func - pointer to the callback function for this kernel thread. * It has the prototype boolean_t <func>(void *arg, int code) |