git: f1294737023f - main - qlxgbe(4): Fix a common typo in a source code comment

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

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

commit f1294737023fbb5748d6e572b0ac042281361bf7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:56:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:56:29 +0000

    qlxgbe(4): Fix a common typo in a source code comment
    
    - s/independant/independent/
    
    MFC after:      3 days
---
 sys/dev/qlxgbe/ql_def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/qlxgbe/ql_def.h b/sys/dev/qlxgbe/ql_def.h
index 5f64b05a5333..c8ddb4f8959b 100644
--- a/sys/dev/qlxgbe/ql_def.h
+++ b/sys/dev/qlxgbe/ql_def.h
@@ -126,7 +126,7 @@ typedef struct _qla_tx_fp {
 } qla_tx_fp_t;
 
 /*
- * Adapter structure contains the hardware independant information of the
+ * Adapter structure contains the hardware independent information of the
  * pci function.
  */
 struct qla_host {