ofed: Fix a typo in a source code comment

- s/refereced/referenced/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2026-03-27 07:59:19 +01:00
parent 8bc31c88d6
commit aed3bc80fe
+1 -1
View File
@@ -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.
*/