From owner-svn-src-all@freebsd.org Mon May 30 19:32:57 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8507B553AE; Mon, 30 May 2016 19:32:57 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A84BD119C; Mon, 30 May 2016 19:32:57 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4UJWu10029958; Mon, 30 May 2016 19:32:56 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4UJWuOi029957; Mon, 30 May 2016 19:32:56 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201605301932.u4UJWuOi029957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Mon, 30 May 2016 19:32:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r301003 - head/cddl/usr.sbin/zfsd X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 19:32:57 -0000 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.