svn commit: r301003 - head/cddl/usr.sbin/zfsd

Pedro F. Giffuni pfg at FreeBSD.org
Mon May 30 19:32:57 UTC 2016


Author: pfg
Date: Mon May 30 19:32:56 2016
New Revision: 301003
URL: https://svnweb.freebsd.org/changeset/base/301003

Log:
  zfsd: minor spelling fix.

Modified:
  head/cddl/usr.sbin/zfsd/callout.h

Modified: head/cddl/usr.sbin/zfsd/callout.h
==============================================================================
--- head/cddl/usr.sbin/zfsd/callout.h	Mon May 30 19:30:41 2016	(r301002)
+++ head/cddl/usr.sbin/zfsd/callout.h	Mon May 30 19:32:56 2016	(r301003)
@@ -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.


More information about the svn-src-head mailing list