git: a87f167c41c5 - main - qlnxe(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 05 Jun 2022 07:15:45 UTC
The branch main has been updated by gbe (doc committer):

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

commit a87f167c41c5fc9240987a09a98379680c910c51
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:15:33 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:15:33 +0000

    qlnxe(4): Fix a typo in a source code comment
    
    - s/indepent/independent/
    
    MFC after:      3 days
---
 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.
 	 */