aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/zfsd
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-30 19:32:56 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-30 19:32:56 +0000
commit52832d772e9db31d7b35bf4d3e4b23d01718bad4 (patch)
tree37ed6b54f89991ecda751832f29c83a9dd058f07 /cddl/usr.sbin/zfsd
parent7c8a79a8a84a1323fe4f389b812670c7f759ffa3 (diff)
downloadsrc-52832d772e9db31d7b35bf4d3e4b23d01718bad4.tar.gz
src-52832d772e9db31d7b35bf4d3e4b23d01718bad4.zip
zfsd: minor spelling fix.
Notes
Notes: svn path=/head/; revision=301003
Diffstat (limited to 'cddl/usr.sbin/zfsd')
-rw-r--r--cddl/usr.sbin/zfsd/callout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/usr.sbin/zfsd/callout.h b/cddl/usr.sbin/zfsd/callout.h
index 554c98e32551..d6b83bcfe5f5 100644
--- a/cddl/usr.sbin/zfsd/callout.h
+++ b/cddl/usr.sbin/zfsd/callout.h
@@ -109,7 +109,7 @@ public:
*
* \param interval Timeval indicating the time which must elapse
* before this callout fires.
- * \param func Pointer to the callback funtion
+ * \param func Pointer to the callback function
* \param arg Argument pointer to pass to callback function
*
* \return Cancellation status.