From 52832d772e9db31d7b35bf4d3e4b23d01718bad4 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Mon, 30 May 2016 19:32:56 +0000 Subject: [PATCH] zfsd: minor spelling fix. --- cddl/usr.sbin/zfsd/callout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.