git: 8b5309ab259f - stable/13 - qlxgbe(4): Fix a common typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 10 Jun 2022 12:33:47 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit 8b5309ab259f03abe6460658e23aaecc9a41f024
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:56:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:24:40 +0000

    qlxgbe(4): Fix a common typo in a source code comment
    
    - s/independant/independent/
    
    (cherry picked from commit f1294737023fbb5748d6e572b0ac042281361bf7)
---
 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 {