Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2016 19:32:56 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301003 - head/cddl/usr.sbin/zfsd
Message-ID:  <201605301932.u4UJWuOi029957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605301932.u4UJWuOi029957>