s/lenght/length/ in comments
This commit is contained in:
parent
a35d69cfc4
commit
1f3be6fa90
@ -171,8 +171,8 @@ struct dn_flow {
|
||||
struct ipfw_flow_id fid;
|
||||
uint64_t tot_pkts; /* statistics counters */
|
||||
uint64_t tot_bytes;
|
||||
uint32_t length; /* Queue lenght, in packets */
|
||||
uint32_t len_bytes; /* Queue lenght, in bytes */
|
||||
uint32_t length; /* Queue length, in packets */
|
||||
uint32_t len_bytes; /* Queue length, in bytes */
|
||||
uint32_t drops;
|
||||
};
|
||||
|
||||
|
@ -839,7 +839,7 @@ scheduler functions.
|
||||
|
||||
The struct scheduler represent the scheduler descriptor that is passed to
|
||||
dummynet when a scheduler module is loaded.
|
||||
This struct contains the type of scheduler, the lenght of all structs and
|
||||
This struct contains the type of scheduler, the length of all structs and
|
||||
all function pointers.
|
||||
If a function is not implemented should be initialize to NULL. Some functions
|
||||
are mandatory, other are mandatory if some memory should be freed.
|
||||
|
Loading…
Reference in New Issue
Block a user