aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-03-27 06:59:19 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-03-27 06:59:19 +0000
commitaed3bc80fe033ab28e8f01cad49e73deb761516b (patch)
tree9c674b71bb63c72822bf2f22eae6891ca94afd40
parent8bc31c88d65ad99cd510fbe511958799d3531477 (diff)
ofed: Fix a typo in a source code comment
- s/refereced/referenced/ MFC after: 3 days
-rw-r--r--sys/ofed/include/rdma/ib_mad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ofed/include/rdma/ib_mad.h b/sys/ofed/include/rdma/ib_mad.h
index 454db78dbde5..45f5ee2ff2ca 100644
--- a/sys/ofed/include/rdma/ib_mad.h
+++ b/sys/ofed/include/rdma/ib_mad.h
@@ -558,7 +558,7 @@ struct ib_mad_send_wc {
* ib_mad_recv_buf - received MAD buffer information.
* @list: Reference to next data buffer for a received RMPP MAD.
* @grh: References a data buffer containing the global route header.
- * The data refereced by this buffer is only valid if the GRH is
+ * The data referenced by this buffer is only valid if the GRH is
* valid.
* @mad: References the start of the received MAD.
*/