git: f50269e74d68 - stable/12 - qlxgbe(4): Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:46:15 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=f50269e74d685d3b32ffde2bfa8a5538fa31cdc4
commit f50269e74d685d3b32ffde2bfa8a5538fa31cdc4
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:43:50 +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 60dbba676287..3a3730299279 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 {