tcp_hpts: Fix a typo in a source code comment

- s/subract/subtract/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-11 11:33:29 +01:00
parent 77a863b6c2
commit d68f154205

View File

@ -727,7 +727,7 @@ max_slots_available(struct tcp_hpts_entry *hpts, uint32_t wheel_slot, uint32_t *
}
/*
* To get the number left we can insert into we simply
* subract the distance the pacer has to run from how
* subtract the distance the pacer has to run from how
* many slots there are.
*/
avail_on_wheel = NUM_OF_HPTSI_SLOTS - dis_to_travel;