Date: Fri, 10 Jun 2022 12:33:49 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 59a480875d10 - stable/13 - qlnxe(4): Fix a typo in a source code comment Message-ID: <202206101233.25ACXnKu023293@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=59a480875d1032507b081afeeb0b919ab338e214 commit 59a480875d1032507b081afeeb0b919ab338e214 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-05 07:15:33 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:25:08 +0000 qlnxe(4): Fix a typo in a source code comment - s/indepent/independent/ (cherry picked from commit a87f167c41c5fc9240987a09a98379680c910c51) --- sys/dev/qlnx/qlnxe/ecore_cxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/qlnx/qlnxe/ecore_cxt.c b/sys/dev/qlnx/qlnxe/ecore_cxt.c index 754efc33dd88..c584837e8fe4 100644 --- a/sys/dev/qlnx/qlnxe/ecore_cxt.c +++ b/sys/dev/qlnx/qlnxe/ecore_cxt.c @@ -239,7 +239,7 @@ struct ecore_cxt_mngr { * needing for a given block we'd iterate over all the relevant * connection-types. * But since then we've had some additional resources, some of which - * require memory which is indepent of the general context/task + * require memory which is independent of the general context/task * scheme. We add those here explicitly per-feature. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101233.25ACXnKu023293>