aboutsummaryrefslogtreecommitdiff
path: root/include/os/freebsd/spl/sys/callb.h
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-06-10 04:24:09 +0000
committerGitHub <noreply@github.com>2020-06-10 04:24:09 +0000
commitdd4bc569b9f73e8c2445bed90d82c92d98aada03 (patch)
tree64bacc1d16199ed350783f0b9a6490fe79ed6a70 /include/os/freebsd/spl/sys/callb.h
parent7bcb7f0840d1857370dd1f9ee0ad48f9b7939dfd (diff)
downloadsrc-dd4bc569b9f73e8c2445bed90d82c92d98aada03.tar.gz
src-dd4bc569b9f73e8c2445bed90d82c92d98aada03.zip
Fix typos
Correct various typos in the comments and tests. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #10423
Diffstat (limited to 'include/os/freebsd/spl/sys/callb.h')
-rw-r--r--include/os/freebsd/spl/sys/callb.h2
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 ed9ed8cd88a8..cc67b0263c51 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)