aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:56:29 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:56:29 +0000
commitf1294737023fbb5748d6e572b0ac042281361bf7 (patch)
treed0dde4835719dcd45231f8b5950d69f09795294b
parent508a46c745b34c1e520b0c00ad3e0b727967f5ae (diff)
downloadsrc-f1294737023fbb5748d6e572b0ac042281361bf7.tar.gz
src-f1294737023fbb5748d6e572b0ac042281361bf7.zip
qlxgbe(4): Fix a common typo in a source code comment
- s/independant/independent/ MFC after: 3 days
-rw-r--r--sys/dev/qlxgbe/ql_def.h2
1 files changed, 1 insertions, 1 deletions
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 {