Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2023 02:34:16 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f6a119cf8d23 - main - zfsd: Fix typo in comment
Message-ID:  <202306020234.3522YGWx005743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f6a119cf8d23d53093d3c094708fb3352fdd43a5

commit f6a119cf8d23d53093d3c094708fb3352fdd43a5
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-03-03 10:58:17 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:33:42 +0000

    zfsd: Fix typo in comment
    
    Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/653
---
 cddl/usr.sbin/zfsd/zpool_list.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cddl/usr.sbin/zfsd/zpool_list.h b/cddl/usr.sbin/zfsd/zpool_list.h
index 6ee30892aedd..7d1b176ac710 100644
--- a/cddl/usr.sbin/zfsd/zpool_list.h
+++ b/cddl/usr.sbin/zfsd/zpool_list.h
@@ -95,7 +95,7 @@ public:
 	static PoolFilter_t ZpoolByName;
 
 	/**
-	 * \brief ZpoolList contructor
+	 * \brief ZpoolList constructor
 	 *
 	 * \param filter     The filter function to use when constructing
 	 *                   the ZpoolList.  This may be one of the static



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