git: 88ccd33b6524 - stable/12 - qlnxe(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:46:13 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=88ccd33b652464943c0db91627cdb4a1e2050c9a
commit 88ccd33b652464943c0db91627cdb4a1e2050c9a
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:43:20 +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 881e6ccd375a..1c93017ddd64 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.
*/