git: 448cc3295c15 - stable/15 - ofed: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 30 Mar 2026 11:26:50 UTC
The branch stable/15 has been updated by gbe:

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

commit 448cc3295c1526bf15cebf5967f6104f81a59b97
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-03-27 06:59:19 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-03-30 11:26:38 +0000

    ofed: Fix a typo in a source code comment
    
    - s/refereced/referenced/
    
    (cherry picked from commit aed3bc80fe033ab28e8f01cad49e73deb761516b)
---
 sys/ofed/include/rdma/ib_mad.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
  */