Commit 131e22d5 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/wrsw_rtud: fix comment in rtu_ext_drv.c

no technical change
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 6eba4cbf
......@@ -192,9 +192,9 @@ void rtux_set_port_mirror(uint32_t mirror_src_mask, uint32_t mirror_dst_mask,
}
/**
* \brief Read the mask which which priorities are considered High Priority (this only
* \brief Read the mask which priorities are considered High Priority (this only
* concerns the traffic which is fast-forwarded)
* @return mask with priorities (eg. 0x9 => priority 7 and 0 are considered HP)
* @return mask with priorities (eg. 0x9 => priority 4 and 0 are considered HP)
*/
uint8_t rtux_get_hp_prio_mask()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment